Skip to content
/ go2md Public

Create markdown documentation from golang code

License

Notifications You must be signed in to change notification settings

jylitalo/go2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main

Overview

main allows you to build go2md binary

go2md

Go Reference Go Report Card

Create markdown documentation from golang code.

This project was inspired by github.com/davecheney/godoc2md, but why I wanted to build it without dependency to golang.org/x/tools v0.0.0-20181011021141-0e57ebad1d6b

Main target audience is private golang projects or anyone, who wants to keep documentation in git repo as files.

Build binary

go build go2md.go will produce you go2md binary.

Imports: 8

Index

Examples

This section is empty.

Constants

This section is empty.

Variables

var Version string // value from version.txt file

--

Generated by github.com/jylitalo/go2md v0.5.1