bufio.Scanner limitations
iu0v1 opened this issue · comments
Anton Byshovets commented
Hey.
When trying to build a big project came across a problem:
panic: bufio.Scanner: token too long
goroutine 1 [running]:
main.main()
Q:/Soft/Go/GOPATH/src/github.com/UnnoTed/fileb0x/main.go:127 +0x24f1
main.go:1: running "fileb0x": exit status 2
As a solution I would suggest using bufio.Reader (PR on the way).