Skip to content

baruwa-enterprise/sophie

Repository files navigation

sophie

Golang Sophie Client

Ci codecov Go Report Card Go Reference MPLv2 License

Description

sophie is a Golang library and cmdline tool that implements the Sophie client protocol.

Requirements

  • Golang 1.10.x or higher

Getting started

Sophie client

The sophie client can be installed as follows

$ go get github.com/baruwa-enterprise/sophie/cmd/sophiescan

Or by cloning the repo and then running

$ make build
$ ./bin/sophiescan

Sophie library

To install the library

go get github.com/baruwa-enterprise/sophie

You can then import it in your code

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

Testing

make test

License

MPL-2.0