fastpastebin/context/exported.go

7 lines
88 B
Go

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