hdkv
/
wind8_fetcher
Archived
1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
wind8_fetcher/lib/appcontext/exported.go

12 lines
130 B
Go

package appcontext
var (
a *Context
)
// New is a Context creation function
func New() *Context {
c := &Context{}
return c
}