feat: add nocgroup build tag for systems without cgroup (#3948)

master^2
Alex Last 9 months ago committed by GitHub
parent 52e5d85221
commit a7363f0c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,5 @@
//go:build !nocgroup
package internal
import (

@ -1,4 +1,4 @@
//go:build !linux
//go:build !linux || nocgroup
package internal

Loading…
Cancel
Save