Skip to content

avocatl/godocdown-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Godocdown github action

Godocdown is a handy tool that allows the developer to generate a markdown representation of the std godoc text.

Inputs

pkg-source

Required Location of your go code.

docs-dest

Optional Location of your go code. Default docs/

filename

Optional Name of the resulting file. Default README.md

Outputs

result

Success on execution.

Example usage

uses: actions/godocdown-action@master with: pkg-source: 'pkg' docs-dest: 'documentation/' filename: 'docs.md'

About

Allows the developer to generate a markdown representation of the std godoc text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors