Versions in this module Expand all Collapse all v1 v1.1.0-beta Feb 24, 2018 v1.1.0-alpha.1 Jan 19, 2018 v1.1.0-alpha Oct 31, 2017 v1.0.9 Apr 20, 2018 v1.0.7 Jan 19, 2018 v1.0.4 Dec 11, 2017 Changes in this version + var Ops = map[Op]string + type Op int + const And + const BitNeg + const Case + const Div + const EQ + const GE + const GT + const In + const IntDiv + const IsFalsity + const IsNull + const IsTruth + const LE + const LT + const LeftShift + const Like + const LogicAnd + const LogicOr + const LogicXor + const Minus + const Mod + const Mul + const NE + const Not + const NullEQ + const Or + const Plus + const Regexp + const RightShift + const Xor + func (o Op) String() string