Versions in this module Expand all Collapse all v0 v0.0.1 Jul 12, 2023 Changes in this version + const OSXMax + const UnixMax + var ErrUnsupportedPlatform = errors.New("unsupported platform") + func Set(maxLimit uint64) error + func SetWithUlimit(maxLimit uint64) error — darwin/amd64, js/wasm, linux/amd64 + type Limits struct + Current uint64 + Max uint64 + func Get() (*Limits, error) + func GetWithUlimit() (*Limits, error)