const go/token.REM

8 uses

	go/token (current package)
		token.go#L42: 	REM // %
		token.go#L151: 	REM: "%",
		token.go#L276: 	case MUL, QUO, REM, SHL, SHR, AND, AND_NOT:

	go/constant
		value.go#L1143: 		case token.REM:
		value.go#L1173: 		case token.REM:

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

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