Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.25 KB

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