New to Golang world

If I understand python3-setuptools correctly, it is about embedding static files and accessing it within code.
So google for “golang emebed static files”.

There are also plans by the Go team to make embedding files language native, but for now you could use something like GitHub - gobuffalo/packr: The simple and easy way to embed static files into Go binaries..

1 Like