From e9b5eaf89da43bf438d77526e06b1bf6059d5678 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Mon, 25 Feb 2013 10:33:11 +0100 Subject: [PATCH] Add GoDoc link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2477554..f823a2e 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ Go library for the [TOML](https://github.com/mojombo/toml) format. This library supports TOML version [e3656ad493400895f4460f1244a25f8f8e31a32a](https://github.com/mojombo/toml/tree/e3656ad493400895f4460f1244a25f8f8e31a32a) + + +[Documentation](http://godoc.org/github.com/pelletier/go-toml/src/toml)