go-tinyqr

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

commit
11642076e6b1ccc225c0f4d9f3f4d0e668560e92
parent
9434209cb0863a5f3c316b49a8abb7f7dc80610a
Author
vager <chencheng@myshare.io>
Date
2020-01-13 09:04
add go.mod

Diffstat

A go.mod 3 +++

1 files changed, 3 insertions, 0 deletions


diff --git a/go.mod b/go.mod

@@ -0,0 +1,3 @@
   -1     1 module github.com/skip2/go-qrcode
   -1     2 
   -1     3 go 1.13