8000 GitHub - pibigstar/qrcode: gen qrcode and print it to console.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pibigstar/qrcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRCode

fork: https://github.com/qianlnk/qrcode add use mod

a tool to generate qrcode and print it on console.

Install

go get -u github.com/pibigstar/qrcode

Usage

  • cmd
qrcode 'https://github.com/pibigstar/qrcode'
  • package
package main

import (
	"github.com/pibigstar/qrcode"
)

func main() {
	qr := qrcode.NewQRCode("https://github.com/pibigstar/qrcode", false)
	qr.Output()
}
  • result

Note

max context length is 60.

About

gen qrcode and print it to console.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%
0