Godocdown is a handy tool that allows the developer to generate a markdown representation of the std godoc text.
Required Location of your go code.
Optional Location of your go code. Default docs/
Optional Name of the resulting file. Default README.md
Success on execution.
uses: actions/godocdown-action@master with: pkg-source: 'pkg' docs-dest: 'documentation/' filename: 'docs.md'