https://github.com/cattlecloud/scope
scope is a substitute for the Go context package
https://github.com/cattlecloud/scope
context go golang package
Last synced: about 1 month ago
JSON representation
scope is a substitute for the Go context package
- Host: GitHub
- URL: https://github.com/cattlecloud/scope
- Owner: cattlecloud
- License: bsd-3-clause
- Created: 2023-12-19T02:45:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T17:16:55.000Z (6 months ago)
- Last Synced: 2025-10-09T03:37:29.938Z (6 months ago)
- Topics: context, go, golang, package
- Language: Go
- Homepage: https://cattlecloud.net/go/scope
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scope
[](https://pkg.go.dev/cattlecloud.net/go/scope)
[](https://github.com/cattlecloud/scope/blob/main/LICENSE)
[](https://github.com/cattlecloud/scope/actions/workflows/ci.yaml)
`scope` is a substitute for the Go context package.
It provides a more convenient context API than the standard library, while
maintaining 100% compatibility.
### Requirements
The minimum Go version is `go1.23`.
### Install
The `forms` package can be added to a project with `go get`.
```shell
go get -u cattlecloud.net/go/scope@latest
```
### License
The `cattlecloud.net/go/scope` module is open source under the [BSD](LICENSE) license.