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

https://github.com/oneofone/bctx

context helpers
https://github.com/oneofone/bctx

Last synced: over 1 year ago
JSON representation

context helpers

Awesome Lists containing this project

README

          

# bctx [![GoDoc](http://godoc.org/github.com/OneOfOne/bctx?status.svg)](http://godoc.org/github.com/OneOfOne/bctx) [![Build Status](https://travis-ci.org/OneOfOne/bctx.svg?branch=master)](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).