Skip to content

loggi/goqr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goqr

A fast qrcode generate write with google golang.

Build:

go build main.go

And use (will generate images in output directory):

goqr -data=sometext,anothertext,moretext

Or start a http server:

goqr -server

And make a request:

http://localhost:8889?data=myqrcodecontent

Forked from https://github.com/RaymondChou/goqr

About

Fast QRCode generator - forked from RaymondChou/goqr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Shell 0.5%