func os.Hostname
3 uses
os (current package)
sys.go#L8: func Hostname() (name string, err error) {
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L441: cliHostname, err := os.Hostname()
net
dnsconfig_unix.go#L20: getHostname = os.Hostname // variable for testing
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)