An open API service indexing awesome lists of open source software.

https://github.com/ranjbar-dev/gomd

golang tool for creating doc for golang projects
https://github.com/ranjbar-dev/gomd

Last synced: 10 months ago
JSON representation

golang tool for creating doc for golang projects

Awesome Lists containing this project

README

          

# gomd

golang tool for creating doc for golang projects

### Install

`go install github.com/ranjbar-dev/gomd@v0.0.4`

### Usage

`gomd <...>`

#### Usage parse struct

command: `gomd parse-struct `

example: `gomd parse-struct ./types ./docs`

### TODOS

- handle enums document in parse-structures

- new parser for gateway handlers like websocket