Go to file
2018-02-12 18:33:13 +02:00
cmd/ooni Start laying out the structure of gooni 2018-02-07 20:02:18 +02:00
config Add functions to handling migration from legacy OONI Probe 2018-02-12 12:18:14 +02:00
data Start fleshing out database related functions 2018-02-12 18:29:03 +02:00
internal Update bindata 2018-02-12 18:30:27 +02:00
.gitignore Start laying out the structure of gooni 2018-02-07 20:02:18 +02:00
Gopkg.lock Start fleshing out database related functions 2018-02-12 18:29:03 +02:00
Gopkg.toml Config file workflow management 2018-02-12 17:45:13 +02:00
Makefile Update bindata 2018-02-12 18:30:27 +02:00
ooni.go Start fleshing out database related functions 2018-02-12 18:29:03 +02:00
Readme.md Add basic readme 2018-02-12 18:33:13 +02:00

gooni

An attempt at writing OONI Probe in golang.

This is heavy work in progress.

Development setup

This project uses dep with the vendor/ dir in .gitignore.

Once you have dep installed, run:

dep ensure

You should then be able to build a ooni binary by running:

make build