lxc_init_darwin.go 91 B

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