mirror of
https://github.com/go-i2p/onramp.git
synced 2025-06-15 13:24:25 -04:00
update index.html
This commit is contained in:
2
gen.go
2
gen.go
@ -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)
|
||||
|
Reference in New Issue
Block a user