# bctx **Repository Path**: mirrors_OneOfOne/bctx ## Basic Information - **Project Name**: bctx - **Description**: context helpers - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).