Comment on Tutorial on building a desktop app with Go and GoeyparentComments−3fe9a03ccd14ca56yDo you know if Fyne can completely bundle the binary for cross platform? That’s super useful.−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
Do you know if Fyne can completely bundle the binary for cross platform? That’s super useful.
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