Go to file
Jeff Carr 6a205dfa4e wasn't compiling on the mac 2025-08-31 12:17:05 -05:00
.gitignore day1 2025-03-22 02:27:07 -05:00
LICENSE day1 2025-03-22 02:27:07 -05:00
Makefile day1 2025-03-22 02:27:07 -05:00
README.md wasn't compiling on the mac 2025-08-31 12:17:05 -05:00
common.go more hostname things 2025-03-22 08:30:15 -05:00
get.go wasn't compiling on the mac 2025-08-31 12:17:05 -05:00
get_darwin.go wasn't compiling on the mac 2025-08-31 12:17:05 -05:00
get_linux.go more hostname things 2025-03-22 08:30:15 -05:00
get_windows.go day1 2025-03-22 02:27:07 -05:00

README.md

Get() the full hostname for the OS.

  • only cares about the hostname in DNS
  • I wrote this before or not being aware of os.Hostname()

probably this package should go away