chore: switch to moul.io/protoc-gen-gotemplate
This commit is contained in:
		| @@ -3,8 +3,8 @@ | ||||
| package {{.File.Package}} | ||||
|  | ||||
| import ( | ||||
| 	"github.com/moul/protoc-gen-gotemplate/examples/import/output/models/article" | ||||
|     "github.com/moul/protoc-gen-gotemplate/examples/import/output/models/common" | ||||
| 	"moul.io/protoc-gen-gotemplate/examples/import/output/models/article" | ||||
|     "moul.io/protoc-gen-gotemplate/examples/import/output/models/common" | ||||
| ) | ||||
|  | ||||
| type Repository interface { | ||||
| @@ -38,4 +38,4 @@ func (sdk *Sdk) {{$m.Name}}(ctx context.Context, {{if $t.OneofDecl}} req *{{$pkg | ||||
| } | ||||
|  | ||||
| {{end}} {{/* streaming ifs */}} | ||||
| {{end}}{{end}} {{/* range with */}} | ||||
| {{end}}{{end}} {{/* range with */}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user