https://github.com/baruwa-enterprise/fprot
Golang fprot (F-protd daemon) client library
https://github.com/baruwa-enterprise/fprot
anti-virus antivirus f-prot fprot fprotd go golang
Last synced: 11 days ago
JSON representation
Golang fprot (F-protd daemon) client library
- Host: GitHub
- URL: https://github.com/baruwa-enterprise/fprot
- Owner: baruwa-enterprise
- License: mpl-2.0
- Created: 2018-07-28T14:48:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T07:41:22.000Z (over 3 years ago)
- Last Synced: 2024-11-14T00:35:23.225Z (6 months ago)
- Topics: anti-virus, antivirus, f-prot, fprot, fprotd, go, golang
- Language: Go
- Homepage: https://www.baruwa.com
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - fprot - protd daemon) client library (Repositories)
README
# fprot
Golang Fprot Client
[](https://github.com/baruwa-enterprise/fprot/actions?query=workflow%3ACi)
[](https://codecov.io/gh/baruwa-enterprise/fprot)
[](https://goreportcard.com/report/github.com/baruwa-enterprise/fprot)
[](https://pkg.go.dev/github.com/baruwa-enterprise/fprot)
[](https://www.mozilla.org/MPL/2.0/)## Description
fprot is a Golang library and cmdline tool that implements the
Fprot client protocol used by F-Prot.## Requirements
* Golang 1.10.x or higher
## Getting started
### Fprot client
The fprot client can be installed as follows
```console
$ go get github.com/baruwa-enterprise/fprot/cmd/fprotscan
```Or by cloning the repo and then running
```console
$ make build
$ ./bin/fprotscan
```### Fprot library
To install the library
```console
go get github.com/baruwa-enterprise/fprot
```You can then import it in your code
```golang
import "github.com/baruwa-enterprise/fprot"
```### Testing
``make test``
## License
MPL-2.0