github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/core/os/os_darwin.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the LGPLv3, see LICENCE file for details.
     3  
     4  package os
     5  
     6  import "github.com/juju/juju/core/os/ostype"
     7  
     8  func hostOS() ostype.OSType {
     9  	return ostype.OSX
    10  }