INNER CODE UNIT · Go
init
gliderlabs/registrator · bridge/bridge.go:739
func init() {
// It's ok for Hostname to ultimately be an empty string
// An empty string will fall back to trying to make a best guess
Hostname, _ = os.Hostname()
}
INNER CODE UNIT · Go
gliderlabs/registrator · bridge/bridge.go:739
func init() {
// It's ok for Hostname to ultimately be an empty string
// An empty string will fall back to trying to make a best guess
Hostname, _ = os.Hostname()
}