Fix comment

This commit is contained in:
Tom Wilkie
2015-11-30 14:46:49 +00:00
committed by David Kaltschmidt
parent f1d225c836
commit 4444a405e0

View File

@@ -2,7 +2,7 @@ package hostname
import "os"
// Hostname returns the hostname of this host.
// Get returns the hostname of this host.
func Get() string {
if hostname := os.Getenv("SCOPE_HOSTNAME"); hostname != "" {
return hostname