/mark_set_go

A gem for literate programming in Go

Primary LanguageRuby

Mark, Set, Go!

This is a little command line tool for converting Go source code to Markdown.

Installation

Just do:

gem install mark_set_go

Usage

Write standard Markdown in block comments (/* ... */) and then do this:

mark_set_go source.go > source.md

Nice!