diff options
| author | Jeff Carr <[email protected]> | 2025-03-22 08:30:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-22 08:30:15 -0500 |
| commit | 3dd6affd6fde2f0af23b35e7014ba59b6233320a (patch) | |
| tree | bf9eb38cb1072af2119c4c3c9d0acd797ed9a1cb /get.go | |
| parent | 57706020c1a01b16ff37ad4bb33aa4e80e327714 (diff) | |
more hostname thingsv0.0.2
Diffstat (limited to 'get.go')
| -rw-r--r-- | get.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ package hostname -// functions to import and export the protobuf -// data to and from config files - +// returns the hostname +// hostname is always set to the best effort +// error is set if hostname isn't real func Get() (string, error) { hostname, err := osGetHostname() return hostname, err |
