package
0.0.0-20220707153944-0b00d39eb507
Repository: https://github.com/manerajona/web-dev-go.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