From 743ca165a127e5f8ac4f1903d8dd569b4a2a2f56 Mon Sep 17 00:00:00 2001 From: Douglas Chimento <dchimento@gmail.com> Date: Sun, 5 Jun 2016 10:00:32 -0400 Subject: [PATCH] using Time for WorklogRecord.Started --- issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue.go b/issue.go index dacddd3..2625237 100644 --- a/issue.go +++ b/issue.go @@ -211,7 +211,7 @@ type WorklogRecord struct { Comment string `json:"comment"` Created Time `json:"created"` Updated Time `json:"updated"` - Started string `json:"started"` + Started Time `json:"started"` TimeSpent string `json:"timeSpent"` TimeSpentSeconds int `json:"timeSpentSeconds"` ID string `json:"id"`