this repo has no description

do not redefine `not`

no cap

Akshay f164a6f6 662bd012

Changed files
-3
appview
pages
-3
appview/pages/funcmap.go
··· 110 // returns false for other "zero" values 111 return t == nil 112 }, 113 - "not": func(t bool) bool { 114 - return !t 115 - }, 116 } 117 }
··· 110 // returns false for other "zero" values 111 return t == nil 112 }, 113 } 114 }