Versions in this module Expand all Collapse all v1 v1.2.5 Apr 2, 2022 v1.2.4 Mar 2, 2022 v1.2.3 Sep 29, 2021 v1.2.2 Nov 10, 2020 v1.2.1 Oct 12, 2020 v1.2.0 Sep 21, 2020 v1.1.0 Sep 5, 2020 v1.0.3 May 21, 2020 v1.0.2 Nov 20, 2019 v1.0.1 Jul 31, 2019 v1.0.0 May 24, 2019 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) Format(w io.Writer) + func (o Op) Restore(ctx *format.RestoreCtx) error + func (o Op) String() string