Optimize maligned structs

This commit is contained in:
Nitin Mohan
2021-03-08 12:44:14 +05:30
parent 7909fb5ff3
commit f554a1c543
12 changed files with 91 additions and 88 deletions

View File

@@ -108,9 +108,9 @@ type Controller struct {
EnableRender bool
// xsrf data
EnableXSRF bool
_xsrfToken string
XSRFExpire int
EnableXSRF bool
// session
CruSession session.Store