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.go#L29: var getHostname = os.Hostname // variable for testing
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)