1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00

add address/advertise

This commit is contained in:
Asim Aslam
2019-07-31 15:35:51 +01:00
parent 3e90d32f29
commit 2d09e74b0e
3 changed files with 34 additions and 12 deletions

View File

@ -12,7 +12,7 @@ type Network interface {
}
var (
DefaultName = "go.micro.network"
DefaultName = "go.micro.network"
DefaultAddress = ":0"
DefaultNetwork = NewNetwork()
)