[#406] protogen: Uncomment control service line

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
pull/1/head
Evgenii Stratonikov 2022-06-20 13:29:26 +03:00 committed by LeL
parent 79902c1c6f
commit 454b5c0ed7
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}