package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev
# Functions
Context create a context from the provided parent and the provided request id string.
ContextFromC returns a new context bound with the value of the request id in the provide goji context.
FromContext returns the set request id, if one has been set, from the provided context returns "" if no requestid has been set
.