fix example
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
fcd8dd1f7c
commit
be4eac21df
2
main.go
2
main.go
@ -12,7 +12,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
flagDebug = flag.Bool("debug", false, "")
|
flagDebug = flag.Bool("debug", false, "")
|
||||||
flagStandalone = flag.Bool("standalone", 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() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user