mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-19 22:53:30 -04:00
6ce37e4d96
This fixes some brittle, simple equality checks to use errors.Is. Since go1.13, errors.Is is the idiomatic way to check for errors. Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>