github.com/golang/protobuf/proto.token.offset (field)
3 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L79: offset int // byte number from start of input, not start of line
text_decode.go#L535: pe := &ParseError{fmt.Sprintf(format, a...), p.cur.line, p.cur.offset}
text_decode.go#L574: p.cur.offset, p.cur.line = p.offset, p.line
![]() |
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. |