osutil
osutil copied to clipboard
Go library to easily detect current operating system, current Linux distribution, macOS version and more...
``` package main import ( "fmt" "github.com/wille/osutil" ) func main() { fmt.Println(osutil.GetDisplay()) } ``` panic: runtime error: index out of range [1] with length 1 > goroutine 1 [running]: >...
Please specify license of this code. Lack of the license prevents me from using it and potentially contributing back to it.
The library fails to properly recognize [openSUSE 15.3](https://get.opensuse.org/leap/#download) `osutil.GetDisplay()` expected: `openSUSE` actual: `Linux` `distro := osutil.GetDist()` expected: `distro.Display` to be `openSUSE` actual: `distro.Display` is empty expected: `distro.Codename` to be `Leap`...
License?
Hi. What License is this released under?