commit | d75f05d454fb4d08348ae16627710199aa916dd2 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Tue Feb 03 11:44:08 2015 +1100 |
committer | David Symonds <dsymonds@golang.org> | Tue Feb 03 11:44:08 2015 +1100 |
tree | 811f6dc2dbc957ae79f02b0391466360e00a8b09 | |
parent | 0256e764f91da8d0587e741b659c4d2591a0c9aa [diff] |
Remove a section that is redundant with a previous section.
diff --git a/README b/README index e8cae71..28fdeec 100644 --- a/README +++ b/README
@@ -112,11 +112,6 @@ } } -To build a package from test.proto, write a Makefile like this: - - test.pb.go: test.proto - protoc --go_out=. $< - To create and play with a Test object from the example package, package main