5 строки
87 Б
Go
5 строки
87 Б
Go
package os
|
|
|
|
func Hostname() (name string, err error) {
|
|
return "", ErrNotImplemented
|
|
}
|