minor gossip readme nitpick

This commit is contained in:
Asim 2016-11-05 09:11:38 +00:00 committed by Vasiliy Tolstov
parent 6245edae3b
commit dd01f86d37

View File

@ -11,6 +11,12 @@ Import the plugin as per usual
import _ "github.com/micro/go-plugins/registry/gossip"
```
Start with the registry flag
```go
go run service.go --registry=gossip
```
On startup you'll see something like
```go