github.com/golang/protobuf/proto.ParseError.Line (field)

3 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L29: 	Line, Offset int
		text_decode.go#L36: 	if e.Line == 1 {
		text_decode.go#L39: 	return fmt.Sprintf("line %d: %v", e.Line, e.Message)