mirror of
https://github.com/jkstack/libagent.git
synced 2025-12-24 12:11:57 +08:00
10 lines
192 B
Go
10 lines
192 B
Go
//go:build (windows || aix || darwin) && (go1.17 || go1.18)
|
|
// +build windows aix darwin
|
|
// +build go1.17 go1.18
|
|
|
|
package limit
|
|
|
|
// Do set cgroups limit
|
|
func (cfg *Configure) Do(_ string) {
|
|
}
|