Commit ed2192a6 authored by Nikhil Jindal's avatar Nikhil Jindal

Merge pull request #6475 from bgrant0607/api

Change "time/Time" to "util.Time", which is what we use in our API for time
parents 338a51d9 9d9948e3
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment