const go/token.XOR

3 uses

	go/token (current package)
		token.go#L47: 	XOR     // ^
		token.go#L151: 	XOR:     "^",
		token.go#L271: 	case ADD, SUB, OR, XOR: