A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
A small utility which generates Go code from any file. Useful for embedding binary data in a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice.
A small utility which generates Go code from any file. Useful for embedding binary data in a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice.
To install go-bindata, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install go-bindata
To see what files were installed by go-bindata, run:
port contents go-bindata
To later upgrade go-bindata, run:
sudo port selfupdate && sudo port upgrade go-bindata
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.