구글에서 개발한 structured data를 serialize하는데 사용하는 data format. 줄여서 protobuf로 부른다.
go의 github protobuf 는 “google.golang.org/protobuf/proto” 패키지를 사용하도록 deprecated (https://pkg.go.dev/github.com/golang/protobuf/proto) 되었다.
구글 문서인 proto3의 language guide는 아래.
https://developers.google.com/protocol-buffers/docs/proto3
API reference는 아래에 있다.
https://developers.google.com/protocol-buffers/docs/reference/overview
Go API reference는 아래다.