github.com/go-git/gcfg/scanner.Scanner.file (field)
8 uses
github.com/go-git/gcfg/scanner (current package)
scanner.go#L38: file *token.File // source file handle
scanner.go#L63: s.file.AddLine(s.offset)
scanner.go#L82: s.file.AddLine(s.offset)
scanner.go#L117: s.file = file
scanner.go#L135: s.err(s.file.Position(s.file.Pos(offs)), msg)
scanner.go#L298: pos = s.file.Pos(s.offset)
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. |