chore: simplify linux nocgroup logic (#3949)

This commit is contained in:
Kevin Wan
2024-03-02 00:23:52 +08:00
committed by GitHub
parent a7363f0c21
commit 5263805b3b
5 changed files with 13 additions and 8 deletions

View File

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