Merge pull request #1227 from tossmilestone/fix-comment-typo

Fix typo error in Protobuild.toml
This commit is contained in:
Stephen Day 2017-07-24 10:51:51 -07:00 committed by GitHub
commit ba577f7115

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 maps 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"