mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
fix(cmd): protoc-gen-go-http use self release (#1909)
This commit is contained in:
parent
fd2335ba38
commit
d5a2fb59ad
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user