strip namespace from readme
This commit is contained in:
parent
6246fa2bcb
commit
a3741f8a11
@ -246,7 +246,7 @@ func (g *Greeter) Hello(ctx context.Context, req *proto.HelloRequest, rsp *proto
|
|||||||
func main() {
|
func main() {
|
||||||
// create a new function
|
// create a new function
|
||||||
fnc := micro.NewFunction(
|
fnc := micro.NewFunction(
|
||||||
micro.Name("go.micro.fnc.greeter"),
|
micro.Name("greeter"),
|
||||||
)
|
)
|
||||||
|
|
||||||
// init the command line
|
// init the command line
|
||||||
|
Loading…
Reference in New Issue
Block a user