scope
is a substitute for the Go context package.
It provides a more convenient context API than the standard library, while maintaining 100% compatibility.
The minimum Go version is go1.23
.
The forms
package can be added to a project with go get
.
go get -u cattlecloud.net/go/scope@latest
The cattlecloud.net/go/scope
module is open source under the BSD license.