Removed trailing " that makes ci fail

Editing this on my phone, not 100% sure if this will work but we'll see
This commit is contained in:
Martin Lees 2019-12-28 23:41:32 +01:00 committed by GitHub
parent 3f80cc798f
commit 21ae70fe62
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