You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@ We recommend that new code use the `google.golang.org/protobuf` module.
15
15
16
16
Versions v1.4 and later of `github.com/golang/protobuf` are implemented
17
17
in terms of `google.golang.org/protobuf`.
18
-
Programs which use both modules should use at least version v1.4 of this one.
18
+
Programs which use both modules must use at least version v1.4 of this one.
19
+
20
+
See the
21
+
[developer guide for protocol buffers in Go](https://developers.google.com/protocol-buffers/docs/gotutorial)
22
+
for a general guide for how to get started using protobufs in Go.
0 commit comments