1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00

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.
service := micro.NewService(
micro.Name("greeter"),
micro.Version("latest"),
)
// Init will parse the command line flags.