diff --git a/.gitignore b/.gitignore index c08c1f8..f66fa54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/.idea /lbry /vendor /tmp.sh diff --git a/errors/.gitignore b/errors/.gitignore deleted file mode 100644 index f417e74..0000000 --- a/errors/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/.idea -/vendor diff --git a/null/.gitignore b/null/.gitignore deleted file mode 100644 index a4131fb..0000000 --- a/null/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -coverage.out -/.idea diff --git a/null/README.md b/null/README.md index 4e0e359..211c904 100644 --- a/null/README.md +++ b/null/README.md @@ -1,5 +1,7 @@ ## null-extended [![GoDoc](https://godoc.org/github.com/nullbio/null?status.svg)](https://godoc.org/github.com/nullbio/null) [![Coverage](http://gocover.io/_badge/github.com/nullbio/null)](http://gocover.io/github.com/nullbio/null) +*Forked from https://github.com/nullbio/null* + null-extended is a library with reasonable options for dealing with nullable SQL and JSON values Types in `null` will only be considered null on null input, and will JSON encode to `null`.