sysinit_darwin.go 95 B

12345
  1. package sysinit
  2. func setHostname(hostname string) error {
  3. panic("Not supported on darwin")
  4. }