tweak godoc

This commit is contained in:
Greg 2014-08-31 17:39:31 +09:00
parent 777d43e8e4
commit a0225e0dde

View file

@ -1,6 +1,7 @@
// Package null provides a convenient way of handling null values.
// Types in this package consider empty or zero input the same as null input.
// Types in this package will encode to their zero value, even if null.
// Use the nuller subpackage if you don't want this.
package null
import (