mirror of
https://github.com/docker/cli.git
synced 2026-09-06 10:05:06 -05:00
Upstream-commit: 73a1ef7c22f5cde9db5e1292f1340885bf28e807 Component: engine
6 lines
95 B
Go
6 lines
95 B
Go
package sysinit
|
|
|
|
func setHostname(hostname string) error {
|
|
panic("Not supported on darwin")
|
|
}
|