chore: switch to moul.io/protoc-gen-gotemplate

This commit is contained in:
Manfred Touron
2018-09-12 20:29:07 +02:00
parent ac2e25e74f
commit c015ff9539
34 changed files with 74 additions and 73 deletions

View File

@@ -2,7 +2,7 @@ syntax = "proto3";
package the.bbb.package;
option go_package = "github.com/moul/protoc-gen-gotemplate/examples/single-package-mode/output/bbb";
option go_package = "moul.io/protoc-gen-gotemplate/examples/single-package-mode/output/bbb";
import "aaa/aaa.proto";
@@ -16,4 +16,4 @@ message BbbRequest {
}
message BbbReply {
bool done = 1;
}
}