Merge 50add53bcb
into a174e30547
This commit is contained in:
commit
cf4b729cc8
15
README.md
15
README.md
|
@ -1,11 +1,9 @@
|
||||||
go-spew
|
go-spew
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/davecgh/go-spew)
|
||||||
(https://travis-ci.org/davecgh/go-spew) [![ISC License]
|
[](http://copyfree.org)
|
||||||
(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![Coverage Status]
|
[](https://coveralls.io/r/davecgh/go-spew?branch=master)
|
||||||
(https://img.shields.io/coveralls/davecgh/go-spew.svg)]
|
|
||||||
(https://coveralls.io/r/davecgh/go-spew?branch=master)
|
|
||||||
|
|
||||||
|
|
||||||
Go-spew implements a deep pretty printer for Go data structures to aid in
|
Go-spew implements a deep pretty printer for Go data structures to aid in
|
||||||
|
@ -21,8 +19,7 @@ post about it
|
||||||
|
|
||||||
## Documentation
|
## 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
|
Full `go doc` style documentation for the project can be viewed online without
|
||||||
installing this package by using the excellent GoDoc site here:
|
installing this package by using the excellent GoDoc site here:
|
||||||
|
@ -199,7 +196,3 @@ environments where the unsafe package is not available. By default, it will
|
||||||
operate in this mode on Google App Engine and when compiled with GopherJS. The
|
operate in this mode on Google App Engine and when compiled with GopherJS. The
|
||||||
"safe" build tag may also be specified to force the package to build without
|
"safe" build tag may also be specified to force the package to build without
|
||||||
using the unsafe package.
|
using the unsafe package.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
Go-spew is licensed under the [copyfree](http://copyfree.org) ISC License.
|
|
||||||
|
|
Loading…
Reference in New Issue