Releases: jylitalo/go2md
Releases · jylitalo/go2md
Provide GitHub Action
- Adds Dockerfile for docker image
- Adds actions.yml for GitHub Action
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
Line-up tags in struct fields
What's Changed
- Go2md v0.3 by @jylitalo in #3
- warn about missing doc.go
- warn about types that are not exported
- bugfixes (for example
[]
) --output
argument to direct output into file- line-up tags in struct fields
Full Changelog: v0.2...v0.3
Links to other READMEs and pkg.go.dev
What's Changed
- links from index to types and functions
- links from functions and types to imported types
- to other readme files if in same repo
- to go.pkg.dev if not part of same package
- build instructions into main README
New Contributors
Full Changelog: v0.1...v0.2