fix example

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-03-26 16:04:08 +03:00
parent fcd8dd1f7c
commit be4eac21df

View File

@ -12,7 +12,7 @@ import (
var (
flagDebug = flag.Bool("debug", false, "")
flagStandalone = flag.Bool("standalone", false, "")
flagComponents = flag.String("components", "micro|rpc|client|server", "")
flagComponents = flag.String("components", "micro|rpc|http|client|server", "")
)
func main() {