fix unexpected end of JSON input

This commit is contained in:
Ajitem Sahasrabuddhe 2020-01-26 19:07:37 +05:30 committed by GitHub
parent aee5241828
commit 4c4f52c2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1215,7 +1215,7 @@ Using the timestamp flag is simple, You can look at time.Parse to get layout exa
<!-- {
"args": ["&#45;&#45;meeting", "2019-08-12T15:04:05"],
"output": "\"2019-08-12 15:04:05 +0000 UTC\"
"output": "\"2019-08-12 15:04:05 +0000 UTC\""
} -->
``` go
package main