ollama/format
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
..
bytes.go format: byte formatting test coverage (#8692) 2025-02-05 12:23:07 -08:00
bytes_test.go format: rename test file from byte_test.go to bytes_test.go (#8865) 2025-02-06 13:06:15 -08:00
format.go
format_test.go test: add test cases for HumanNumber (#9108) 2025-02-18 11:35:26 -08:00
time.go
time_test.go chore(all): replace instances of interface with any (#10067) 2025-04-02 09:44:27 -07:00