Skip to content

Commit

Permalink
New community project go-clamav
Browse files Browse the repository at this point in the history
go-clamav is a library and toolset written in Go, designed to integrate seamlessly with ClamAV antivirus software. It provides a concise and easy-to-use REST API for calling ClamAV scans, getting statistics, version information, and more. At the same time, go-clamav also includes a command line tool clamd-ctl for communicating with the Clamd daemon and performing various operations.

https://github.com/hq0101/go-clamav
  • Loading branch information
hq0101 authored and micahsnyder committed Aug 12, 2024
1 parent 55fcfdf commit 61885c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/manual/Installing/Community-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,15 @@ Simple ClamAV Java client. See also [ClamAV REST service](#clamav-rest) which bu

[Get clamav-java](https://github.com/solita/clamav-java)

### Go

#### go-clamav | clamd

go-clamav is a library and toolset written in Go, designed to integrate seamlessly with ClamAV antivirus software. It provides a concise and easy-to-use REST API for calling ClamAV scans, getting statistics, version information, and more. At the same time, go-clamav also includes a command line tool clamd-ctl for communicating with the Clamd daemon and performing various operations.

[Get go-clamav](https://github.com/hq0101/go-clamav)


## Miscellaneous Tools

### IPCop | ClamAV
Expand Down

0 comments on commit 61885c1

Please sign in to comment.