Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Distribution ¶
type Distribution int
const ( Windows Distribution = iota Ubuntu Redhat Centos Butt )
func (Distribution) String ¶
func (d Distribution) String() string
type Distributioner ¶
type Distributioner interface {
String() string
}
func GetOSVersion ¶
func GetOSVersion() Distributioner
Click to show internal directories.
Click to hide internal directories.