Skip to content

baruwa-enterprise/fsecure

Repository files navigation

fsecure

Golang Fsecure Client

Build Status codecov Go Report Card Go Reference MPLv2 License

Description

fsecure is a Golang library and cmdline tool that implements the Fsecure client protocol.

Requirements

  • Golang 1.10.x or higher

Getting started

Fsecure client

The fsecure client can be installed as follows

$ go get github.com/baruwa-enterprise/fsecure/cmd/fsecurescan

Or by cloning the repo and then running

$ make build
$ ./bin/fsecurescan

Fsecure library

To install the library

go get github.com/baruwa-enterprise/fsecure

You can then import it in your code

import "github.com/baruwa-enterprise/fsecure"

Testing

make test

License

MPL-2.0