UnaryOp🔗 Possible unary operators. Definition🔗 type UnaryOp string const ( UnaryOpPlus UnaryOp = "+" UnaryOpMinus UnaryOp = "-" )