Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 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 syscall.Utsname — linux/amd64 + type VersionInfo struct — darwin/amd64, js/wasm, linux/amd64 + Flavor string + Kernel int + Major int + Minor int + func GetKernelVersion() (*VersionInfo, error) + func ParseRelease(release string) (*VersionInfo, error) + func (k *VersionInfo) String() string + type VersionInfo struct — windows/amd64