Changes
Bugfixes
- client.go: use
req.Request.IsErrorStateinstead ofreq.Request.IsError - Fix a bug where milliseconds was not passed correctly to
time.Date() - In tests. No need to make a
time.Timeobject oftime.Date()astime.Date()already returns one