The simple and easy way to embed static files into Go binaries (legacy version / v1).
This port is for the V1 version of Packr. 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.
This port is for the V1 version of Packr. 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 packr1, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install packr1
To see what files were installed by packr1, run:
port contents packr1
To later upgrade packr1, run:
sudo port selfupdate && sudo port upgrade packr1
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.