4
4
[ ![ Build Status] ( https://travis-ci.org/protocolbuffers/protobuf-go.svg?branch=master )] ( https://travis-ci.org/protocolbuffers/protobuf-go )
5
5
6
6
This project hosts the Go implementation for
7
- [ protocol buffers] ( https://developers.google.com/protocol-buffers ) , which is a
7
+ [ protocol buffers] ( https://protobuf.dev ) , which is a
8
8
language-neutral, platform-neutral, extensible mechanism for serializing
9
9
structured data. The protocol buffer language is a language for specifying the
10
10
schema for structured data. This schema is compiled into language specific
11
11
bindings. This project provides both a tool to generate Go code for the
12
12
protocol buffer language, and also the runtime implementation to handle
13
13
serialization of messages in Go. See the
14
- [ protocol buffer developer guide] ( https://developers.google.com/protocol-buffers/docs /overview )
14
+ [ protocol buffer developer guide] ( https://protobuf.dev /overview )
15
15
for more information about protocol buffers themselves.
16
16
17
17
This project is comprised of two components:
@@ -20,7 +20,7 @@ This project is comprised of two components:
20
20
[ ` protoc-gen-go ` ] ( https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go )
21
21
tool is a compiler plugin to ` protoc ` , the protocol buffer compiler. It
22
22
augments the ` protoc ` compiler so that it knows how to
23
- [ generate Go specific code for a given ` .proto ` file] ( https://developers.google.com/protocol-buffers/docs/ reference/go-generated ) .
23
+ [ generate Go specific code for a given ` .proto ` file] ( https://protobuf.dev/ reference/go /go-generated ) .
24
24
25
25
* Runtime library: The
26
26
[ ` protobuf ` ] ( https://pkg.go.dev/mod/google.golang.org/protobuf ) module
@@ -34,7 +34,7 @@ This project is comprised of two components:
34
34
[ text] ( https://pkg.go.dev/google.golang.org/protobuf/encoding/prototext ) ).
35
35
36
36
See the
37
- [ developer guide for protocol buffers in Go] ( https://developers.google.com/protocol-buffers/docs /gotutorial )
37
+ [ developer guide for protocol buffers in Go] ( https://protobuf.dev/getting-started /gotutorial )
38
38
for a general guide for how to get started using protobufs in Go.
39
39
40
40
This project is the second major revision of the Go protocol buffer API
0 commit comments