Refactoring: now we respect gofmt and have some comments
This commit is contained in:
@@ -7,6 +7,7 @@ var (
|
||||
a *Context
|
||||
)
|
||||
|
||||
// New is a Context creation function
|
||||
func New() *Context {
|
||||
c := &Context{}
|
||||
return c
|
||||
|
||||
Reference in New Issue
Block a user