Comment on Tutorial on building a desktop app with Go and GoeyparentComments−donatj6yAre we talking static compilation or assets? I don’t believe they’re fully static as they link out to OpenGL but I am not an expert.For assets, I use go-bindata to embed them into my binary, personally.https://github.com/go-bindata/go-bindata
Comments
Are we talking static compilation or assets? I don’t believe they’re fully static as they link out to OpenGL but I am not an expert.
For assets, I use go-bindata to embed them into my binary, personally.
https://github.com/go-bindata/go-bindata