|
|
|
@ -8,7 +8,6 @@ import ( |
|
|
|
|
|
|
|
|
|
"google.golang.org/protobuf/reflect/protoreflect" |
|
|
|
|
|
|
|
|
|
"github.com/go-kratos/kratos/v2" |
|
|
|
|
"google.golang.org/genproto/googleapis/api/annotations" |
|
|
|
|
"google.golang.org/protobuf/compiler/protogen" |
|
|
|
|
"google.golang.org/protobuf/proto" |
|
|
|
@ -32,7 +31,7 @@ func generateFile(gen *protogen.Plugin, file *protogen.File, omitempty bool) *pr |
|
|
|
|
g := gen.NewGeneratedFile(filename, file.GoImportPath) |
|
|
|
|
g.P("// Code generated by protoc-gen-go-http. DO NOT EDIT.") |
|
|
|
|
g.P("// versions:") |
|
|
|
|
g.P(fmt.Sprintf("// protoc-gen-go-http %s", kratos.Release)) |
|
|
|
|
g.P(fmt.Sprintf("// protoc-gen-go-http %s", release)) |
|
|
|
|
g.P() |
|
|
|
|
g.P("package ", file.GoPackageName) |
|
|
|
|
g.P() |
|
|
|
|