abbbi / osutil

Go library to easily detect current operating system, current Linux distribution, macOS version and more...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osutil

Travis GoDoc Go Report Card

Go library to detect operating system version

Usage

import "github.com/wille/osutil"

// macOS, Windows, Linux, FreeBSD...
osutil.Name

// macOS: 10.17, 10.16...
// Windows: 10, 8.1, Vista...
//
osutil.GetVersion()

// Returns nicely formatted string
// Windows 10, macOS 10.17 Sierra
osutil.GetDisplay()

About

Go library to easily detect current operating system, current Linux distribution, macOS version and more...


Languages

Language:Go 100.0%