fix style

This commit is contained in:
César Gallego Rodríguez
2019-10-09 16:27:26 +02:00
parent 298722ef18
commit ecc54a51f6
+1 -1
View File
@@ -48,7 +48,7 @@ func listRoutes(res http.ResponseWriter, req *http.Request) {
listBytes, _ := json.Marshal(list) listBytes, _ := json.Marshal(list)
res.Header().Set("Content-Type", "application/json") res.Header().Set("Content-Type", "application/json")
res.Write(listBytes) _, _ = res.Write(listBytes)
} }
// user.Routes.Append(r model.Route) model.Route // user.Routes.Append(r model.Route) model.Route