mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
9 lines
268 B
Go
9 lines
268 B
Go
// Package env provides a unified method to create environment for envexec.
|
|
//
|
|
// For linux, the env creates container & cgroup sandbox.
|
|
//
|
|
// For windows, the env creates low mandatory level sandbox.
|
|
//
|
|
// For macOS, the env creates sandbox_init sandbox.
|
|
package env
|