Update README.md

This commit is contained in:
Yvan Janssens 2023-04-06 09:41:08 +02:00
parent d178958e45
commit cc92473b32

View File

@ -45,7 +45,7 @@ package main
import ( import (
"fmt" "fmt"
clamav "github.com/ca110us/go-clamav" clamav "git.cyber.gent/friedkiwi/go-clamav"
) )
func main() { func main() {
@ -117,5 +117,6 @@ $ CGO_ENABLED=1 go build --ldflags '--extldflags "-static -fpic"' main.go
## Reference ## Reference
[mirtchovski/clamav](https://github.com/mirtchovski/clamav) [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.