We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I try to execute example code, I got this error msg
The text was updated successfully, but these errors were encountered: