mirror of
https://github.com/go-i2p/onramp.git
synced 2025-07-13 03:53:06 -04:00
update index.html
This commit is contained in:
2
gen.go
2
gen.go
@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
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")
|
file, err := os.Create("DOCS.md")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
Reference in New Issue
Block a user