03_comparison

command
v0.0.0-...-228c668 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2021 License: MIT Imports: 3 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL