From e38c886e3cfa457ae9825bd25125ed1732c67c76 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 8 Aug 2024 12:55:14 -0700 Subject: [PATCH] README.md --- ent/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ent/README.md 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.)