From 4b7153c0ef3242c223c3e102bf085d57f5f114d8 Mon Sep 17 00:00:00 2001 From: Liu Ming Date: Mon, 7 Sep 2015 10:58:54 +0800 Subject: [PATCH] add godoc reference --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3dabff1..f93d47e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # xls + +[![GoDoc](https://godoc.org/github.com/extrame/xls?status.svg)](https://godoc.org/github.com/extrame/xls) + Pure Golang xls library This is a xls library writen in pure Golang. Almostly it is translated from the libxls library in c.