diff --git a/ent/README.md b/ent/README.md new file mode 100644 index 0000000..619efb2 --- /dev/null +++ b/ent/README.md @@ -0,0 +1,3 @@ +Use "github.com/reiver/go-json" rather than the Go built-in "encoding/json". + +(Need it so `omitempty` works with more types.)