mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
8 lines
116 B
Go
8 lines
116 B
Go
// +build !linux !amd64
|
|
|
|
package lxc
|
|
|
|
func setHostname(hostname string) error {
|
|
panic("Not supported on darwin")
|
|
}
|