diff options
| author | Andrew Keating <[email protected]> | 2017-04-25 13:47:02 +0200 | 
|---|---|---|
| committer | Dave Collins <[email protected]> | 2017-07-11 11:21:44 -0500 | 
| commit | d0f88dafcf0f2df47d280c4daa8569ba3013c9ed (patch) | |
| tree | 678d5f6894f2695f284c8b4ff26f6337c9465bca | |
| parent | a174e30547dcfb8819bd36a6e4ce083dd9d49735 (diff) | |
Fix build, license, coverage, and godoc links
| -rw-r--r-- | README.md | 12 | 
1 files changed, 4 insertions, 8 deletions
@@ -1,12 +1,9 @@  go-spew  ======= -[] -(https://travis-ci.org/davecgh/go-spew) [![ISC License] -(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![Coverage Status] -(https://img.shields.io/coveralls/davecgh/go-spew.svg)] -(https://coveralls.io/r/davecgh/go-spew?branch=master) - +[](https://travis-ci.org/davecgh/go-spew) +[](http://copyfree.org) +[](https://coveralls.io/r/davecgh/go-spew?branch=master)  Go-spew implements a deep pretty printer for Go data structures to aid in  debugging.  A comprehensive suite of tests with 100% test coverage is provided @@ -21,8 +18,7 @@ post about it  ## Documentation -[] -(http://godoc.org/github.com/davecgh/go-spew/spew) +[](http://godoc.org/github.com/davecgh/go-spew/spew)  Full `go doc` style documentation for the project can be viewed online without  installing this package by using the excellent GoDoc site here:  | 
