forked from TrueCloudLab/frostfs-api-go
[#406] protogen: Uncomment control service line
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
79902c1c6f
commit
454b5c0ed7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ func main() {
|
|||
// continue
|
||||
//}
|
||||
imp := string(f.GoImportPath)
|
||||
if strings.HasSuffix(imp, "/tree") { // || strings.HasSuffix(imp, "/control") {
|
||||
if strings.HasSuffix(imp, "/tree") || strings.HasSuffix(imp, "/control") {
|
||||
generateFile(gen, f)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue