Turn godoc pages into Anki flashcards, so you can learn and remember useful Go libraries.
godoc2anki -u net -o my-cards.csvThis will create a CSV file in the Question, Answer format that can be imported into Anki.
net/http,Package http provides HTTP client and server implementations.
net/cgi,Package cgi implements CGI (Common Gateway Interface) as specified in RFC 3875.
| Flag | Purpose | Default |
|---|---|---|
-o |
output filename | <packagename>.csv |
-u |
package name to scrape | net |