Update README.md
This commit is contained in:
parent
d178958e45
commit
cc92473b32
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user