mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-15 03:05:06 +00:00
6 lines
95 B
Go
6 lines
95 B
Go
package sysinit
|
|
|
|
func setHostname(hostname string) error {
|
|
panic("Not supported on darwin")
|
|
}
|