Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.36 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.36 KB

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