osutil
1.0.0
운영 체제 버전을 감지하려면 라이브러리로 이동하십시오
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 ()