Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QR Code library for Go

Tags:

go

qr-code

Is there a library to generate QR Codes with the Go programming language? I'm looking for something in pure Go that generates image files.

like image 487
deamon Avatar asked Aug 07 '12 07:08

deamon


1 Answers

Russ has done some funny things with QR codes and his tool is available here: http://code.google.com/p/rsc/source/browse/qr

like image 120
Volker Avatar answered Sep 20 '22 14:09

Volker