Go bindings for WebKit
To experiment with go-webkit, you can just compile and run the example program:
make install
make example
./example/webview
The library is available under the same terms and conditions as the Go, the BSD style license, and the LGPL (Lesser GNU Public License). The idea is that if you can use Go (and Gtk, or WebKit) in a project, you should also be able to use go-gtk or go-webkit.
- Yasuhiro Matsumoto
Hopefully support following widgets and methods enough to run general application.