diff options
author | donnadionne <donnadionne2011@gmail.com> | 2015-02-20 17:37:02 -0800 |
---|---|---|
committer | donnadionne <donnadionne2011@gmail.com> | 2015-02-20 17:37:02 -0800 |
commit | 1b752e71e283527c0b050692ff4169e7ae3a4957 (patch) | |
tree | d70d4d4aa9ba154f3109095fd107a56b075f59f7 /go/README.md | |
parent | 87033a98cce5a54a25f9e4485460648bf4811ea1 (diff) | |
parent | 6c359b36cd9f940d913d428bbaeb38a07806c4ce (diff) |
Merge pull request #45 from iamqizhao/master
make the format correct.
Diffstat (limited to 'go/README.md')
-rw-r--r-- | go/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/README.md b/go/README.md index 7b90157043..2cab9092ae 100644 --- a/go/README.md +++ b/go/README.md @@ -39,6 +39,7 @@ OPTIONAL - Rebuilding the generated code 1 First [install protoc](https://github.com/google/protobuf/blob/master/INSTALL.txt) - For now, this needs to be installed from source - This is will change once proto3 is officially released + 2 Install the protoc Go plugin. ```sh $ go get -a github.com/golang/protobuf/protoc-gen-go |