/go_lang_qr_code

QR with logo overlay generator for Go (Golang)

Primary LanguageRubyMIT LicenseMIT

GoLangQrCode

Intro

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

Compiling

Clone folder, change into root-directory and type in console:

go build -o qrlogo.so -buildmode=c-shared main.go

License

MIT

Current Issues

golang/go#42190 golang/go#43836