DEBSOURCES
Skip Quicknav
sources / golang-github-cilium-ebpf / 0.17.3%2Bds1-1 / internal / goos.go
1234567
package internal import "runtime" const ( OnLinux = runtime.GOOS == "linux" )