tangled
alpha
login
or
join now
besaid.zone
/
core
forked from
tangled.org/core
Monorepo for Tangled
0
fork
atom
overview
issues
pulls
pipelines
do not redefine `not`
no cap
oppi.li
10 months ago
f164a6f6
662bd012
options
unified
split
Changed files
-3
appview
pages
funcmap.go
-3
appview/pages/funcmap.go
···
110
110
// returns false for other "zero" values
111
111
return t == nil
112
112
},
113
113
-
"not": func(t bool) bool {
114
114
-
return !t
115
115
-
},
116
113
}
117
114
}