[#406] protogen: Uncomment control service line

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-06-20 13:29:26 +03:00 committed by LeL
parent 79902c1c6f
commit 454b5c0ed7

View file

@ -15,7 +15,7 @@ func main() {
// continue // continue
//} //}
imp := string(f.GoImportPath) 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) generateFile(gen, f)
} }
} }