go-bindata
go-bindata copied to clipboard
A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
Addresses https://github.com/kevinburke/go-bindata/issues/45
If someone wants to install from source using 1.18, they get: ``` $ go get -u github.com/kevinburke/go-bindata/... go: go.mod file not found in current directory or any parent directory. 'go...
Hi @kevinburke , very new to golang, so I might totally off-base here. A go application got onto my plate which compiles well for linux/amd64 & Darwin, but for linux/s390x,...
Hi (great fork by the way) - our build uses go sec if we auto generate code then this causes a problem with the line io.Copy(&buf, gz) in release.go. Gosec...
Symlinks implementation was added in https://github.com/kevinburke/go-bindata/commit/465fc29db9b716ec2ac11b1125939d383c143845. However, that did not account for the fact that multiple symlinks can point to the same source. When that happens, we would still want...
Do you embed the go-bindata program into a standalone package, or do you embed it with other Go source code? Respond with thumbs up emoji if you embed into a...
[Here](https://github.com/kevinburke/go-bindata/blob/master/convert.go#L132) is the code. If my input path is `.`(aka pwd), and I set `-ignore` but not `-prefix`, it would not call `filepath.Abs` to make `.` into an abstract path....
I just learned how to use github through google. This is my first time using fork. There may be problems with the submission method. I changed the suffix of 44.jpg,...
We ask the user to give us the package name, we can include it in the returned errors. We could also add a IsNotExist(err) function for determining whether an error...
The output of `go-bindata` changes occasionally. If a project using `go-bindata` run it on every build and checks in the output files, they have to ensure all contributors use the...