Articles

Only showing: Howto Show all

Fullscreen text UIs

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.

Bundling templates with pkger

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.

What to do when Go will not run, nor install from source ?

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?