forked from ooni/probe-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(netxlite): revamp the documentation (ooni#523)
Part of ooni#506. In parallel with tutorials, we also need to make sure we have good documentation.
- Loading branch information
1 parent
d1d574d
commit 86613be
Showing
39 changed files
with
399 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Directory github.com/ooni/probe-cli/internal | ||
|
||
This directory contains private Go packages. | ||
|
||
As a reminder, you can always check the Go documentation of | ||
a package by using | ||
|
||
```bash | ||
go doc -all ./internal/$package | ||
``` | ||
|
||
where `$package` is the name of the package. | ||
|
||
Some notable packages: | ||
|
||
- [netxlite](netxlite) is the underlying networking library; | ||
|
||
- [tutorial](tutorial) contains tutorials on writing new experiments, | ||
using measurements libraries, and networking code. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.