ollama/api
Bruce MacDonald 9876c9faa4
chore(all): replace instances of interface with any (#10067)
Both interface{} and any (which is just an alias for interface{} introduced in Go 1.18) represent the empty interface that all types satisfy.
2025-04-02 09:44:27 -07:00
..
examples docs: improve syntax highlighting in code blocks (#8854) 2025-02-07 09:55:07 -08:00
client.go docs: fix api examples link (#9360) 2025-02-27 10:51:12 -08:00
client_test.go api: document client stream behavior with a test (#8996) 2025-02-20 13:19:58 -08:00
types.go chore(all): replace instances of interface with any (#10067) 2025-04-02 09:44:27 -07:00
types_test.go chore(all): replace instances of interface with any (#10067) 2025-04-02 09:44:27 -07:00