mirror of
https://github.com/ollama/ollama.git
synced 2025-10-11 03:13:45 +02:00
fix lint
This commit is contained in:
@@ -748,6 +748,7 @@ func ListModelsHandler(c *gin.Context) {
|
||||
resp, err := modelResponse(tag)
|
||||
if err != nil {
|
||||
log.Printf("skipping file: %s", fp)
|
||||
// nolint: nilerr
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user