aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index e8cae71..28fdeec 100644
--- a/README
+++ b/README
@@ -112,11 +112,6 @@ Consider file test.proto, containing
}
}
-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