Fix typo error in Protobuild.toml

Signed-off-by: He Xiaoxi <tossmilestone@gmail.com>
This commit is contained in:
He Xiaoxi 2017-07-19 20:28:33 +08:00
parent 0b3e572b85
commit b6dbbd337d

View File

@ -19,7 +19,7 @@ plugins = ["grpc"]
# This is the default.
after = ["/usr/local/include"]
# This section let's us map protobuf imports to Go packages. These will become
# This section let's map protobuf imports to Go packages. These will become
# `-M` directives in the call to the go protobuf generator.
[packages]
"gogoproto/gogo.proto" = "github.com/gogo/protobuf/gogoproto"