# Functions
New creates a new ClamAV client that will try to connect to the ClamAV service listening on a TCP socket at the given address and port.
NewReaderCounter creates a new ReaderCounter instance.
# Structs
ClamAV is a client that allows scanning of content for malware.
ReaderCounter is a wrapper of io.Reader that counts how many bytes are read from it.