Skip to content

baruwa-enterprise/fprot

Repository files navigation

fprot

Golang Fprot Client

Ci codecov Go Report Card Go Reference MPLv2 License

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

$ go get github.com/baruwa-enterprise/fprot/cmd/fprotscan

Or by cloning the repo and then running

$ make build
$ ./bin/fprotscan

Fprot library

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"

Testing

make test

License

MPL-2.0