mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
feat: add nocgroup build tag for systems without cgroup (#3948)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build !nocgroup
|
||||
|
||||
package internal
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build !linux
|
||||
//go:build !linux || nocgroup
|
||||
|
||||
package internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user