Update README.md

This commit is contained in:
Yvan Janssens 2023-04-06 09:41:08 +02:00
parent d178958e45
commit cc92473b32
1 changed files with 3 additions and 2 deletions

View File

@ -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`*
This is an adaptation of `mirtchovski/clamav` because it fails to compile on newer versions of go on macOS.