GoLangQrCode is a small Golang library to generate QR codes with or without a small centerd image, in memory or as a file via Ruby.
It is forked from divan/qrlogo
Clone folder, change into root-directory and type in console:
go build -o qrlogo.so -buildmode=c-shared main.go
MIT