package
0.0.0-20200605121952-032548880c0c
Repository: https://github.com/brainupdaters/drlm-common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ArchFromString returns an Arch based on a string.
DetectArch returns the architecture of the OS.
DetectOS detects the OS the Client is running.
FromString returns an OS based on a string.

# Constants

AIX is an IBM AIX OS.
ArchAmd64 is the x86_64 architecture.
ArchUnknown is a not known architecture.
Darwin is a macOS OS.
Dragonfly is a Dragonfly BSD OS.
FreeBSD is a FreeBSD OS.
Linux is a Linux OS.
NetBSD is a NetBSD OS.
OpenBSD is an OpenBSD OS.
Plan9 is a Plan9 OS.
Solaris is a Solaris OS.
Unknown is a not known OS.
Windows is a Microsoft Windows OS.

# Variables

ErrUnsupportedOS is an error that gets returned when the command is not supported in the OS.

# Type aliases

Arch is the architecture of a CPU.
OS is an Operative System.