const go/token.REM

8 uses

	go/token (current package)
		token.go#L43: 	REM // %
		token.go#L152: 	REM: "%",
		token.go#L280: 	case MUL, QUO, REM, SHL, SHR, AND, AND_NOT:

	go/constant
		value.go#L1136: 		case token.REM:
		value.go#L1166: 		case token.REM:

	go/scanner
		scanner.go#L947: 			tok = s.switch2(token.REM, token.REM_ASSIGN)

	go/types
		expr.go#L1048: 		token.REM: allInteger,
		expr.go#L1141: 	if op == token.QUO || op == token.REM {