mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
applying go fmt
This commit is contained in:
parent
97f7239be1
commit
ffb0d1b8a5
@ -64,4 +64,3 @@ func ParseRequest(r *http.Request, w http.ResponseWriter, obj interface{}) error
|
|||||||
dec.DisallowUnknownFields()
|
dec.DisallowUnknownFields()
|
||||||
return dec.Decode(&obj)
|
return dec.Decode(&obj)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -445,4 +445,3 @@ type TopicDetail struct {
|
|||||||
|
|
||||||
Transform string `json:"transform,omitempty"`
|
Transform string `json:"transform,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user