获取: github地址:https://github.com/wilson2016/go-qrcode
package main
import qrcode "github.com/skip2/go-qrcode"
import "fmt"
func main() {
err := qrcode.WriteFile("https://blog.csdn.net/qq_30505673", qrcode.Medium, 256, "qr.png")
if err != nil {
fmt.Println("write error")
}
}