From 4c4f52c2b7bbcbcc55085fb2a14e96e5b880d393 Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Sun, 26 Jan 2020 19:07:37 +0530 Subject: [PATCH] fix unexpected end of JSON input --- docs/v2/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/manual.md b/docs/v2/manual.md index 8ccdd48..4d019b8 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -1215,7 +1215,7 @@ Using the timestamp flag is simple, You can look at time.Parse to get layout exa ``` go package main