DEBSOURCES
Skip Quicknav
sources / golang-github-containers-buildah / 1.39.3%2Bds1-1 / pkg / util / version_windows.go
123456789
package util import ( "errors" ) func ReadKernelVersion() (string, error) { return "", errors.New("readKernelVersion not supported on windows") }