This commit is contained in:
2018-11-10 20:58:15 +05:00
parent 39ac02dfc5
commit 2b3c9ef9ea
25 changed files with 1054 additions and 1022 deletions

View File

@@ -10,6 +10,6 @@
package context
func New() *Context {
c := Context{}
return &c
c := Context{}
return &c
}