modulepackage
0.0.0-20231003183903-e7c0a883f050
Repository: https://github.com/konyd/qrcode-generator.git
Documentation: pkg.go.dev
# README
qrcode-generator
qrcode generator CLI written in Go
Flags:
-filename string
Name of the png file. (default "qrcode.png")
-size int
Size of the png file. (default 256)
-url string
Url that will be converted to qrcode. (default "https://go.dev/")
Example usage:
go run main.go -url=https://go.dev/ -size=256 -filename=qrcode.png
Building the project:
go build main.go