Skip to content

Commit

Permalink
rename network name to go.micro
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 8, 2019
1 parent 8015a1d commit fa54db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit fa54db5

Please sign in to comment.