Want to create a Go application combining a web user interface and a full-screen text user interface (TUI) ?
This is actually rather easy, thanks to a well-built contributed module.
…Resource embedding tools like pkger
allow developers to include static assets
and other unpublished files like templates in their executable programs.
Let’s see how.
…Sometimes, even on Linux, a standard Go install won’t work. Even a source install may fail under some uncommon OS configurations.
How does one install Go, then?
…