service-video3/vendor/go.uber.org/automaxprocs
2022-01-15 16:09:59 +08:00
..
internal init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
maxprocs init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
.codecov.yml init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
.gitignore init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
.travis.yml init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
automaxprocs.go init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
CHANGELOG.md init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
CODE_OF_CONDUCT.md init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
CONTRIBUTING.md init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
glide.yaml init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
LICENSE init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
Makefile init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00
README.md init: 基础部署文件(项目可参考) 2022-01-15 16:09:59 +08:00

automaxprocs GoDoc Build Status Coverage Status

Automatically set GOMAXPROCS to match Linux container CPU quota.

Installation

go get -u go.uber.org/automaxprocs

Quick Start

import _ "go.uber.org/automaxprocs"

func main() {
  // Your application logic here.
}

Development Status: Stable

All APIs are finalized, and no breaking changes will be made in the 1.x series of releases. Users of semver-aware dependency management systems should pin automaxprocs to ^1.

Contributing

We encourage and support an active, healthy community of contributors — including you! Details are in the contribution guide and the code of conduct. The automaxprocs maintainers keep an eye on issues and pull requests, but you can also report any negative conduct to oss-conduct@uber.com. That email list is a private, safe space; even the automaxprocs maintainers don't have access, so don't hesitate to hold us to a high standard.


Released under the MIT License.