Ocean/Tools/Hostname.go

8 lines
123 B
Go
Raw Permalink Normal View History

package Tools
2015-06-17 15:44:52 +00:00
// Provide the server's hostname.
func ThisHostname() (result string) {
result = hostname
return
}