github.com/go-git/gcfg/scanner.Error.Pos (field)
9 uses
github.com/go-git/gcfg/scanner (current package)
errors.go#L23: Pos token.Position
errors.go#L29: if e.Pos.Filename != "" || e.Pos.IsValid() {
errors.go#L32: return e.Pos.String() + ": " + e.Msg
errors.go#L55: e := &p[i].Pos
errors.go#L56: f := &p[j].Pos
errors.go#L80: if e.Pos.Filename != last.Filename || e.Pos.Line != last.Line {
errors.go#L81: last = e.Pos
![]() |
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. |