Versions in this module Expand all Collapse all v0 v0.1.1 Aug 25, 2021 v0.1.0 Aug 24, 2021 Changes in this version + func CheckKernelVersion(k, major, minor int) bool — linux/amd64 + func CompareKernelVersion(a, b VersionInfo) int — darwin/amd64, js/wasm, linux/amd64 + type Utsname struct — darwin/amd64, js/wasm, windows/amd64 + Release [65]byte + type Utsname unix.Utsname — linux/amd64 + type VersionInfo struct — darwin/amd64, js/wasm, linux/amd64 + Flavor string + Kernel int + Major int + Minor int + func ParseRelease(release string) (*VersionInfo, error) + type VersionInfo struct — windows/amd64 + func GetKernelVersion() (*VersionInfo, error) + func (k *VersionInfo) String() string