https://github.com/oneofone/bctx
context helpers
https://github.com/oneofone/bctx
Last synced: over 1 year ago
JSON representation
context helpers
- Host: GitHub
- URL: https://github.com/oneofone/bctx
- Owner: OneOfOne
- Created: 2020-01-07T19:07:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T19:59:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T05:25:03.976Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bctx [](http://godoc.org/github.com/OneOfOne/bctx) [](https://travis-ci.org/OneOfOne/bctx)
bctx provides some helper contexts, it aliases all the context methods / types so it's safe to replace `"context"` with this package.
## Example
```go
package main
import (
"github.com/OneOfOne/bctx"
)
func main() {
}
```
## License
This project is released under the [BSD 3-clause "New" or "Revised" License](https://github.com/golang/go/blob/master/LICENSE).