From 61885c1c51e460225beb3863db95a48dd37053b7 Mon Sep 17 00:00:00 2001 From: hq0101 <143695400+hq0101@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:50:59 +0800 Subject: [PATCH] New community project go-clamav 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 --- src/manual/Installing/Community-projects.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/manual/Installing/Community-projects.md b/src/manual/Installing/Community-projects.md index 1b6e8f2..0307894 100644 --- a/src/manual/Installing/Community-projects.md +++ b/src/manual/Installing/Community-projects.md @@ -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