An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# scope

[![Go Reference](https://pkg.go.dev/badge/cattlecloud.net/go/scope.svg)](https://pkg.go.dev/cattlecloud.net/go/scope)
[![License](https://img.shields.io/github/license/cattlecloud/scope?color=7C00D8&style=flat-square&label=License)](https://github.com/cattlecloud/scope/blob/main/LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/cattlecloud/scope/ci.yaml?style=flat-square&color=0FAA07&label=Tests)](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.