http://go-lang.cat-v.org/library-bindings
--
André Moraes
http://andredevchannel.blogspot.com/
There is no standard graphical user interface libraries in Go standard
libary. You should choose an OS-independant toolkit (maybe GTK or Qt)
and find or write Go bindings for it. Another possibility is to write
an HTTP server that does that and view the results in a browser.
Rémy.
Modern Web technologies allows you to dynamically update the contents
of a page without fully reloading it. For example, latest versions of
Firefox and Chrome support websockets. But it may not suit your
audience.
Rémy.