rename network name to go.micro

This commit is contained in:
Asim Aslam 2019-07-08 16:27:02 +01:00
parent 8015a1daaf
commit fa54db5ba5

View File

@ -54,7 +54,7 @@ type Message struct {
var (
// The default network name is local
DefaultName = "local"
DefaultName = "go.micro"
// just the standard network element
DefaultNetwork = NewNetwork()