· 3 min read
Exploring cross-platform single-file app development using Golang
To set some context, the app itself will need to provide the following functionality Web app serving few web pages and also serves a REST API. CLI based task/commands to do various tasks including serving the web app. Deploy as a single-file binar...
golang cli