Monthly Archives: September 2014

Packing resources into Go qml binaries

The qml package is right now one of the best choices for creating graphic applications under the Go language. Part of the reason why this is true comes from the convenience of QML, a high-level domain-specific language that allows describing … Continue reading

Posted in Architecture, Design, Go, Project | 2 Comments

Announcing yaml v2 for Go

There were a few long standing issues in the yaml.v1 package which were being postponed so that they could be done at once in a single incompatible change, and the time has come: yaml.v2 is now available. Besides these incompatible … Continue reading

Posted in Architecture, Design, Go, Project, Snippet | Leave a comment