strip namespace from readme

This commit is contained in:
Asim Aslam 2018-03-09 19:11:42 +00:00
parent 6246fa2bcb
commit a3741f8a11

View File

@ -246,7 +246,7 @@ func (g *Greeter) Hello(ctx context.Context, req *proto.HelloRequest, rsp *proto
func main() {
// create a new function
fnc := micro.NewFunction(
micro.Name("go.micro.fnc.greeter"),
micro.Name("greeter"),
)
// init the command line