add .golangci.yaml

This commit is contained in:
Michael Yang
2023-12-15 14:25:12 -08:00
parent 997253143f
commit acfc376efd
7 changed files with 37 additions and 10 deletions

View File

@@ -198,7 +198,8 @@ func GenerateHandler(c *gin.Context) {
c.JSON(http.StatusOK, api.GenerateResponse{
CreatedAt: time.Now().UTC(),
Model: req.Model,
Done: true})
Done: true,
})
return
}