File: fqdn.go

package info (click to toggle)
golang-github-hlandau-goutils 0.0~git20160722.0.0cdb66a-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package os

// Returns the machine hostname as a fully-qualified domain name.
func MachineFQDN() (string, error) {
	return machineFQDN()
}