Commit 9d9948e3 authored by Brian Grant's avatar Brian Grant

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

parent 62f399fb
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 { ...@@ -727,7 +727,7 @@ func typeToJSON(typeName string) string {
return "string" return "string"
case "float64", "float32": case "float64", "float32":
return "number" return "number"
case "time/Time": case "util.Time":
return "string" return "string"
default: default:
return typeName 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