Skip to content

Turn godoc pages into Anki flashcards

License

ronniegane/godoc2anki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

godoc2anki

Turn godoc pages into Anki flashcards, so you can learn and remember useful Go libraries.

Usage

godoc2anki -u net -o my-cards.csv

This 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.

Flags

Flag Purpose Default
-o output filename <packagename>.csv
-u package name to scrape net

About

Turn godoc pages into Anki flashcards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages