Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultDir ¶
func DefaultDir() string
Types ¶
type LinuxDistro ¶
type LinuxDistro int64
const ( Debian LinuxDistro = iota Ubuntu LinuxMint CentOS Fedora ArchLinux Manjaro )
func (LinuxDistro) String ¶
func (ld LinuxDistro) String() string
type WindowsDistroType ¶
type WindowsDistroType int64
const ( Windows11 WindowsDistroType = iota Windows10 )
func (WindowsDistroType) String ¶
func (wd WindowsDistroType) String() string
Click to show internal directories.
Click to hide internal directories.