1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

Update the code generator initialisation

This commit is contained in:
Asim
2015-12-06 22:44:17 +00:00
parent 15d5299997
commit 2f02119e21
3 changed files with 63 additions and 48 deletions

View File

@ -9,7 +9,7 @@ import (
)
var (
cl = example.NewExampleClient(nil)
cl = example.NewExampleClient("go.micro.srv.example", nil)
)
func call(i int) {