1 2 3 4 5 6 7 8 9
//go:build !linux // +build !linux package configs // Cgroup holds properties of a cgroup on Linux // TODO Windows: This can ultimately be entirely factored out on Windows as // cgroups are a Unix-specific construct. type Cgroup struct{}