From f15dd550e81ef19e6c9d0b0c126c953e2c2d1e3e Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sat, 23 Aug 2014 15:31:59 +0200 Subject: [PATCH] Add godoc badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 717a4fa..b39fea8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Go library for the [TOML](https://github.com/mojombo/toml) format. This library supports TOML version [v0.2.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.2.0.md) +[![GoDoc](https://godoc.org/github.com/pelletier/go-toml?status.svg)](http://godoc.org/github.com/pelletier/go-toml) [![Build Status](https://travis-ci.org/pelletier/go-toml.png?branch=master)](https://travis-ci.org/pelletier/go-toml) ## Import