Generate docs as READMEs for examples

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2021-10-30 16:52:53 -05:00
parent 79d47ea88b
commit 4a13872104
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
6 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ func main() {
panic(err)
}
write("flagset.md", md)
write("README.md", md)
}
func write(path, content string) {

View File

@ -66,7 +66,7 @@ func main() {
if err != nil {
panic(err)
}
write("command-sub.md", md)
write("README.md", md)
}
func write(path, content string) {

View File

@ -35,7 +35,7 @@ func main() {
if err != nil {
panic(err)
}
write("single.md", md)
write("README.md", md)
}
func write(path, content string) {