Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 297 Bytes

godocmd

Markdown generator for golang documentations.

Run go generate ./... first.

Usage of ./godocmd:
  -output-dir string
    	output directory (default "./docs")
  -package-base string
    	package import basepath, output from "go list -m" (default "github.com/nickchen/godocmd")