github.com/go-git/gcfg/scanner.Scanner.error (method)
7 uses
github.com/go-git/gcfg/scanner (current package)
scanner.go#L68: s.error(s.offset, "illegal character NUL")
scanner.go#L73: s.error(s.offset, "illegal UTF-8 encoding")
scanner.go#L133: func (s *Scanner) error(offs int, msg string) {
scanner.go#L179: s.error(offs, "unknown escape sequence")
scanner.go#L191: s.error(offs, "string not terminated")
scanner.go#L244: s.error(offs, "string not terminated")
scanner.go#L335: s.error(s.file.Offset(pos), fmt.Sprintf("illegal character %#U", ch))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |