From b6dbbd337d4cdfa8843bfb5d841698d3544c2d24 Mon Sep 17 00:00:00 2001 From: He Xiaoxi Date: Wed, 19 Jul 2017 20:28:33 +0800 Subject: [PATCH 1/2] Fix typo error in Protobuild.toml Signed-off-by: He Xiaoxi --- Protobuild.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protobuild.toml b/Protobuild.toml index 973b9253d..8b627ad39 100644 --- a/Protobuild.toml +++ b/Protobuild.toml @@ -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" From 856c351fac98e86ddf8085e04e38662b3ef1e62c Mon Sep 17 00:00:00 2001 From: He Xiaoxi Date: Sat, 22 Jul 2017 12:39:34 +0800 Subject: [PATCH 2/2] Improve the comment Signed-off-by: He Xiaoxi --- Protobuild.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protobuild.toml b/Protobuild.toml index 8b627ad39..6eed68ce1 100644 --- a/Protobuild.toml +++ b/Protobuild.toml @@ -19,7 +19,7 @@ plugins = ["grpc"] # This is the default. after = ["/usr/local/include"] -# This section let's 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"