tangled
alpha
login
or
join now
bad-example.com
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
do not redefine `not`
no cap
oppi.li
1 year ago
57675ff2
1a1187e0
-3
1 changed file
expand all
collapse all
unified
split
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
}