remove version from example

This commit is contained in:
Asim Aslam 2017-11-30 12:28:20 +00:00
parent fc0bbcd339
commit 11d75dae1b

View File

@ -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.