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.4.9. (GOOS=linux GOARCH=amd64)