Awesome
XGB - X Go Binding
This is a fork of the xgb package, a Go equivalent of the XCB, the X protocol C-language binding.
It's forked mainly to be used as the backend of my widget package sparta.
There is a more powerful implementation, I used it initially, but for some reason it produce BadWindow errors in some of my machines, so I switch back to the original xgb and made some small modifications.
Authorship and license
Unless otherwise noted, the XGB source files are distributed under the BSD-style license found in the LICENSE file.
Contributions should follow the same procedure as for the Go project.