From cc92473b3209fa343f9095490d493a16cacef141 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Thu, 6 Apr 2023 09:41:08 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 129ef50..df31616 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ package main import ( "fmt" - clamav "github.com/ca110us/go-clamav" + clamav "git.cyber.gent/friedkiwi/go-clamav" ) func main() { @@ -117,5 +117,6 @@ $ CGO_ENABLED=1 go build --ldflags '--extldflags "-static -fpic"' main.go ## Reference [mirtchovski/clamav](https://github.com/mirtchovski/clamav) +[ca110us/go-clamav](https://github.com/ca110us/go-clamav) -*This project was written because `mirtchovski/clamav` no longer supports the new version `clamav`* \ No newline at end of file +This is an adaptation of `mirtchovski/clamav` because it fails to compile on newer versions of go on macOS.