The simple and easy way to embed static files into Go binaries.
Packr is a simple solution for bundling static assets inside of Go binaries. Most importantly it does it in a way that is friendly to developers while they are developing.
Packr is a simple solution for bundling static assets inside of Go binaries. Most importantly it does it in a way that is friendly to developers while they are developing.
To install packr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install packr
To see what files were installed by packr, run:
port contents packr
To later upgrade packr, run:
sudo port selfupdate && sudo port upgrade packr
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.