fastpastebin/context/exported.go

6 lines
60 B
Go

package context
func New() *Context {
return &Context{}
}