fixup gorilla

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-24 00:27:18 +03:00
parent b002cbb491
commit b2f5437d6e
2 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ var (
func init() {
flagDebug = flags.Bool("debug", false, "")
flagComponents = flags.String("components", "micro", "")
flagComponents = flags.String("components", "micro|rpc", "")
flagPaths = flag.String("paths", "", "")
flagModule = flag.String("module", "", "")
}