forked from TrueCloudLab/frostfs-api-go
Rename package name
Due to source code relocation from GitHub. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
196241c4e7
commit
f69d2ad83c
156 changed files with 832 additions and 823 deletions
|
@ -31,7 +31,7 @@ func generateFile(gen *protogen.Plugin, file *protogen.File) *protogen.Generated
|
|||
g.P()
|
||||
g.P("package ", file.GoPackageName)
|
||||
g.P()
|
||||
g.P(`import "github.com/TrueCloudLab/frostfs-api-go/v2/util/proto"`)
|
||||
g.P(`import "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/util/proto"`)
|
||||
|
||||
//for _, e := range file.Enums {
|
||||
// g.P("type " + e.GoIdent.GoName + " int32")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue