update index.html

This commit is contained in:
idk
2022-08-03 23:13:20 -04:00
parent f53d5ce133
commit c252da7ae0

2
gen.go
View File

@ -10,7 +10,7 @@ import (
)
func main() {
cmd := exec.Command("goreadme", "-badge-godoc", "-badge-goreportcard", "-title", "Onramp I2P and Tor Library", "-factories", "-methods", "-functions", "-types", "-variabless")
cmd := exec.Command("goreadme", "-badge-godoc", "-badge-goreportcard", "-title", "Onramp I2P and Tor Library", "-constants", "-credit", "-factories", "-methods", "-functions", "-types", "-variabless")
file, err := os.Create("DOCS.md")
if err != nil {
log.Fatal(err)