go-tinyqr

An experimental minimal QR Code generator  http://go-qrcode.appspot.com
git clone https://git.ce9e.org/go-tinyqr.git

commit
a1411f21c916f3fbd2e149cf9bf0b81eea249143
parent
64729ee8b51c0238515204037c58e847d8fc9c6a
Author
shenwei356 <shenwei356@gmail.com>
Date
2016-12-31 16:01
fix go get command

Diffstat

M README.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -10,7 +10,7 @@ Each QR Code contains error recovery information to aid reading damaged or obscu
   10    10 
   11    11 ## Install
   12    12 
   13    -1     go get -u github.com/skip2/go-qrcode
   -1    13     go get -u github.com/skip2/go-qrcode/...
   14    14 
   15    15 A command-line tool `qrcode` will be built into `$GOPATH/bin/`.
   16    16