add gopkg.in import to README

This commit is contained in:
Gregory Roseberry 2014-09-01 14:38:26 +09:00
parent 5cd2a757d8
commit 53ccf98d65

View file

@ -1,4 +1,6 @@
## null [![GoDoc](https://godoc.org/github.com/guregu/null?status.svg)](https://godoc.org/github.com/guregu/null) [![Coverage](http://gocover.io/_badge/github.com/guregu/null)](http://gocover.io/github.com/guregu/null)
`import "gopkg.in/guregu/null.v1"`
null is a library with opinions on how to deal with nullable SQL and JSON values
There are two packages: `null` and `nuller`.