QR Code Library for Go

Is there a library for generating QR codes with the Go programming language? I am looking for something in pure Go that generates image files.

+5
source share
1 answer

Russ did some fun things with QR codes and his tool can be found here: http://code.google.com/p/rsc/source/browse/qr

+6
source

All Articles