Change "time/Time" to "util.Time", which is what we use in our API for time.

This commit is contained in:
Brian Grant 2015-04-03 23:12:11 +00:00
parent 62f399fb84
commit 9d9948e3a8
4 changed files with 3577 additions and 399 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -727,7 +727,7 @@ func typeToJSON(typeName string) string {
return "string"
case "float64", "float32":
return "number"
case "time/Time":
case "util.Time":
return "string"
default:
return typeName