This shows how to make a standalone gui program with Go that uses html5 and
Bootstrap css, but with all the resources compiled into the Go executable.
https://github.com/peterhoward42/godesktopgui
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
My github project shows a simple way to make a go gui based on an html5 model
by using css and the Bootstrap library and go's template package. It also shows
how to compile the whole thing including the dedicated local server and the
html and css into a single executable.
https://github.com/pet