Getting up and running with Go-GTK involves installing the GTK+ library on your system (if it's not already installed), setting up CGo, and downloading the Go bindings. Users of applications built using Go-GTK will need the GTK+ library installed on their computer and so the Installing GTK+ section may need to be included in your documentation.
Getting started with Go-GTK
Prerequisites
Compiling against the GTK+ library will require CGo to be set up; if this isn't already done, you can work through the Appendix, Installation Details.