Skip to content

Instantly share code, notes, and snippets.

View lweingart's full-sized avatar

Laurent Weingart lweingart

  • Geneva, Switzerland
View GitHub Profile
@gilliek
gilliek / ghmd.go
Last active August 29, 2015 14:00
Go CLI tool that renders GitHub Markdown files using the GitHub API.
// "THE BEER-WARE LICENSE" (Revision 42):
// <kevin.gillieron@gw-computing.net> wrote this file. As long as you retain
// this notice you can do whatever you want with this stuff. If we meet some
// day, and you think this stuff is worth it, you can buy me a beer in return
// Kevin Gillieron
package main
import (
"bytes"