package context // New creates new context. func New() *Context { return &Context{} }