зеркало из https://github.com/microsoft/docker.git
8 строки
116 B
Go
8 строки
116 B
Go
|
// +build !linux !amd64
|
||
|
|
||
|
package lxc
|
||
|
|
||
|
func setHostname(hostname string) error {
|
||
|
panic("Not supported on darwin")
|
||
|
}
|