mirror of
https://github.com/ollama/ollama.git
synced 2025-08-03 23:03:06 +02:00
chore: format go code (#4149)
This commit is contained in:
@@ -19,7 +19,7 @@ func main() {
|
||||
}
|
||||
|
||||
defer resp.Body.Close()
|
||||
|
||||
|
||||
responseData, err := io.ReadAll(resp.Body)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
|
Reference in New Issue
Block a user