github.com/geertjohan/go.btcqr

bitcoin QR code generator


License
ISC
Install
go get github.com/geertjohan/go.btcqr

Documentation

go.btcqr

Package btcqr provides a wrapper to Russ Cox' qr package to create QR codes following the BIP0021 standard.

Install

Installation is easy, just use go get:

go get github.com/GeertJohan/go.btcqr

Usage

View example/example.go, or read the docs on godoc.org/github.com/GeertJohan/go.btcqr

License

This package is licensed under the ISC license. For more information view the LICENSE file.