const go/token.LOR

6 uses

	go/token (current package)
		token.go#L66: 	LOR   // ||
		token.go#L175: 	LOR:   "||",
		token.go#L272: 	case LOR:

	go/constant
		value.go#L1108: 		case token.LOR:

	go/scanner
		scanner.go#L971: 			tok = s.switch3(token.OR, token.OR_ASSIGN, '|', token.LOR)

	go/types
		expr.go#L1056: 		token.LOR:  allBoolean,