github.com/golang/protobuf/proto.ParseError.Message (field)
5 uses
github.com/golang/protobuf/proto (current package)
text_decode.go#L26: Message string
text_decode.go#L34: return e.Message
text_decode.go#L37: return fmt.Sprintf("line 1.%d: %v", e.Offset, e.Message)
text_decode.go#L39: return fmt.Sprintf("line %d: %v", e.Line, e.Message)
text_decode.go#L56: return &ParseError{Message: err.Error()}
![]() |
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. |