strip namespace from readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user