A work-in-progress wxGlade to golang converter.
Just getting underway; right now this supports only the set of elements used in my Twitch notifier GUI.
Takes a *.wxg file, which is an XML-based file format for GUI layout definitions created by wxGlade, and outputs a go source code file for the UI for use with the github.com/dontpanic92/wxGo wrapper for wxWidgets.