fastpastebin/context/exported.go

6 lines
60 B
Go
Raw Normal View History

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