Install with go get
, and check out the ./examples
folder.
go get github.com/snwfdhmp/findpath
cd $(go env GOPATH)/src/github.com/snwfdhmp/findpath
go get ./...
go run cmd/examples/basic/main.go
Documentation can be found here on godoc. You can easily implement your own challenger. Take a look at the demo.