kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
236 stars 69 forks source link

Update examples with camelCase #90

Closed vlaurin closed 2 years ago

vlaurin commented 2 years ago

Some examples were still using the snake_case syntax removed in v2.0.0, this updates them to the current camelCase.

kylefarris commented 2 years ago

Thanks again!