Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAppleSilicon ¶
func IsAppleSilicon() bool
IsAppleSilicon returns true if the app is running on Apple Silicon Credit: https://www.yellowduck.be/posts/detecting-apple-silicon-via-go/ NOTE: Not applicable to linux
Types ¶
type Info ¶
type Info struct { OS *operatingsystem.OS PM packagemanager.PackageManager Dependencies packagemanager.DependencyList }
Info holds information about the current operating system, package manager and required dependancies
Click to show internal directories.
Click to hide internal directories.