diff options
author | Ri Xu <xuri.me@gmail.com> | 2016-08-30 12:49:10 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2016-08-30 12:49:10 +0800 |
commit | 6a037fdb7b2efd438b4eb4a4362dc5f1e7fa6777 (patch) | |
tree | c23ce6a63ef8f0ff8a6cee1559e133a315e8fe05 | |
parent | d207d61f67c6c05bc6246d85fc57134d341092ab (diff) |
Code coverage test added.
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | README.md | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d9f3ffd..8896881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ install: - go get -d -t -v ./... && go build -v ./... go: - - 1.5 - 1.6 - 1.7 - tip @@ -2,9 +2,12 @@ # Excelize -[](https://godoc.org/github.com/Luxurioust/excelize) -[](https://opensource.org/licenses/BSD-3-Clause) - +[](https://travis-ci.org/Luxurioust/excelize) +[](https://codecov.io/gh/Luxurioust/excelize) +[](https://godoc.org/github.com/Luxurioust/excelize) +[](https://opensource.org/licenses/BSD-3-Clause) +[](https://gitter.im/xuri-excelize/Lobby) + ## Introduction Excelize is a library written in pure Golang and providing a set of function that allow you to write to and read from XLSX files. The full API docs can be viewed using go’s built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize). |