OK so that's basically all the hard parts

This commit is contained in:
idk
2022-01-16 17:38:57 -05:00
parent dccb1d5246
commit d83dbe56ef
5 changed files with 56 additions and 3 deletions

View File

@ -9,7 +9,9 @@ import (
)
var (
lang = flag.String("lang", "", "Language to download")
lang = flag.String("lang", "", "Language to download")
mirror = flag.String("mirror", "", "Mirror to use")
bemirror = flag.Bool("bemirror", false, "Act as an in-I2P mirror when you're done downloading")
)
func main() {