7 lines
88 B
Go
7 lines
88 B
Go
package Tools
|
|
|
|
func ThisHostname() (result string) {
|
|
result = hostname
|
|
return
|
|
}
|