A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
This package converts any file into manageable Go source code. Useful for embedding binary data into a go program. The file data is optionally gzip compressed before being converted to a raw byte slice.
It comes with a command line tool in the go-bindata sub directory. This tool offers a set of command line options, used to customize the output being generated.
**NOTE**: this package is required by the Kubernetes build process since 1.4.
- Developed at devel:kubic
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/golang-github-jteeuwen-go-bindata && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000622 622 Bytes | |
_servicedata | 0000000228 228 Bytes | |
go-bindata-3.0.7+git20151023.a0ff2567cfb7.tar.xz | 0000015656 15.3 KB | |
golang-github-jteeuwen-go-bindata.changes | 0000000541 541 Bytes | |
golang-github-jteeuwen-go-bindata.spec | 0000002026 1.98 KB |
Revision 2 (latest revision is 7)
Dominique Leuenberger (dimstar_suse)
accepted
request 495395
from
Jordi Massaguer (jordimassaguerpla)
(revision 2)
- add missing provides. For an unknown reason, golang macros are not generating the golang(...) provides.
Comments 0