fastpastebin/context/exported.go

7 lines
88 B
Go
Raw Normal View History

2018-04-30 18:42:17 +05:00
package context
// New creates new context.
2018-04-30 18:42:17 +05:00
func New() *Context {
return &Context{}
}