Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: Split called after Scan #6

Open
yc90s opened this issue Dec 6, 2017 · 0 comments
Open

panic: Split called after Scan #6

yc90s opened this issue Dec 6, 2017 · 0 comments

Comments

@yc90s
Copy link

yc90s commented Dec 6, 2017

when I try to execute example code, I got this error msg

panic: Split called after Scan [recovered]
	panic: Split called after Scan

goroutine 1 [running]:
panic(0x80ff620, 0x1840a180)
	/usr/lib/go-1.6/src/runtime/panic.go:481 +0x326
github.com/tiborvass/uniline.(*Scanner).Scan.func2(0x184100e0, 0x18439f24)
	/home/ycg/goblog/src/github.com/tiborvass/uniline/uniline.go:124 +0x19c
panic(0x80ff620, 0x1840a180)
	/usr/lib/go-1.6/src/runtime/panic.go:443 +0x3fd
bufio.(*Scanner).Split(0x184180c0, 0x8154870)
	/usr/lib/go-1.6/src/bufio/scan.go:271 +0x65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant