remove version from example
This commit is contained in:
parent
fc0bbcd339
commit
11d75dae1b
@ -143,7 +143,6 @@ func main() {
|
|||||||
// Create a new service. Optionally include some options here.
|
// Create a new service. Optionally include some options here.
|
||||||
service := micro.NewService(
|
service := micro.NewService(
|
||||||
micro.Name("greeter"),
|
micro.Name("greeter"),
|
||||||
micro.Version("latest"),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Init will parse the command line flags.
|
// Init will parse the command line flags.
|
||||||
|
Loading…
Reference in New Issue
Block a user