Golang Fprot Client
fprot is a Golang library and cmdline tool that implements the Fprot client protocol used by F-Prot.
- Golang 1.10.x or higher
The fprot client can be installed as follows
$ go get github.com/baruwa-enterprise/fprot/cmd/fprotscan
Or by cloning the repo and then running
$ make build
$ ./bin/fprotscan
To install the library
go get github.com/baruwa-enterprise/fprot
You can then import it in your code
import "github.com/baruwa-enterprise/fprot"
make test
MPL-2.0