package
0.0.0-20191213230751-ef2d6fb2fe25
Repository: https://github.com/goestoeleven/golang-web-dev.git
Documentation: pkg.go.dev

# README

eq Returns the boolean truth of arg1 == arg2

ne Returns the boolean truth of arg1 != arg2

lt Returns the boolean truth of arg1 < arg2

le Returns the boolean truth of arg1 <= arg2

gt Returns the boolean truth of arg1 > arg2

ge Returns the boolean truth of arg1 >= arg2

source: https://godoc.org/text/template#Functions