tuotoo/qrcode

panic: runtime error: index out of range

beikege opened this issue · 0 comments

使用其他网站在线解码正常.

panic: runtime error: index out of range

goroutine 1 [running]:
github.com/tuotoo/qrcode.(*Matrix).At(...)
	F:/golang/get/src/github.com/tuotoo/qrcode/qrcode.go:51
github.com/tuotoo/qrcode.DecodeImg(0x7df5a0, 0xc04203a180, 0x0, 0x0, 0x0)
	F:/golang/get/src/github.com/tuotoo/qrcode/qrcode.go:859 +0x18c0
github.com/tuotoo/qrcode.Decode(0x7dafe0, 0xc042fb9600, 0x63079e, 0x3, 0x630558)
	F:/golang/get/src/github.com/tuotoo/qrcode/qrcode.go:872 +0xdf
main.main()
	F:/golang/my/src/qr/mian.go:114 +0x69d

648