go-tinyqr

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

commit
610f346c61fe407e3474e9a9f30d882317d0069a
parent
d3700c0954bc0485491ad762126a21a134fbe4e9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-03-01 02:42
change module

Diffstat

M go.mod 2 +-
M qrcode/main.go 2 +-

2 files changed, 2 insertions, 2 deletions


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

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

diff --git a/qrcode/main.go b/qrcode/main.go

@@ -4,7 +4,7 @@ import (
    4     4 	"fmt"
    5     5 	"os"
    6     6 
    7    -1 	qrcode "github.com/skip2/go-qrcode"
   -1     7 	qrcode "github.com/xi/go-tinyqr"
    8     8 )
    9     9 
   10    10 func main() {