1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00
Files
cli/components/engine/sysinit/sysinit_darwin.go
Guillaume J. Charmes f609f65b61 Fix OSX build for sysinit
Upstream-commit: 73a1ef7c22f5cde9db5e1292f1340885bf28e807
Component: engine
2013-12-18 10:16:48 -08:00

6 lines
95 B
Go

package sysinit
func setHostname(hostname string) error {
panic("Not supported on darwin")
}