From 40ca560b31cfd3e2b35b8d44a938417fcfa868b3 Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Fri, 9 Oct 2020 15:28:44 +0300 Subject: [PATCH] added github.com/vtopc/epoch (#3278) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d4af798..427336b7 100644 --- a/README.md +++ b/README.md @@ -1010,6 +1010,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ajson](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support. * [dynjson](https://github.com/cocoonspace/dynjson) - Client-customizable JSON formats for dynamic APIs. * [ej](https://github.com/lucassscaravelli/ej) - Write and read JSON from different sources succinctly. +* [epoch](https://github.com/vtopc/epoch) - Contains primitives for marshaling/unmarshaling Unix timestamp/epoch to/from build-in time.Time type in JSON. * [gjo](https://github.com/skanehira/gjo) - Small utility to create JSON objects. * [GJSON](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. * [go-jsonerror](https://github.com/ddymko/go-jsonerror) - Go-JsonError is ment to allow us to easily create json response errors that follow the JsonApi spec.