func os.Hostname

2 uses

	os (current package)
		sys.go#L8: func Hostname() (name string, err error) {

	net
		dnsconfig.go#L15: 	getHostname = os.Hostname // variable for testing