No description
- Go 97.6%
- Python 1.2%
- Shell 0.9%
- Makefile 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| cmd/ooni | ||
| config | ||
| data | ||
| internal | ||
| .gitignore | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| Makefile | ||
| ooni.go | ||
| Readme.md | ||
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