No description
Find a file
Snider e743cd927d fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3
Standardise error handling in store/store.go, store/medium.go,
local/client.go, and s3/s3.go to use coreerr.E() from go-log,
matching the pattern used across the rest of the codebase.
Remove now-unused "fmt" imports from store packages and s3.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 18:19:50 +00:00
.core chore: sync workspace dependencies 2026-03-15 15:44:44 +00:00
.idea fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
datanode fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
local fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3 2026-03-16 18:19:50 +00:00
node fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
s3 fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3 2026-03-16 18:19:50 +00:00
sigil feat: standalone io.Medium abstraction 2026-03-06 09:31:28 +00:00
sqlite fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
store fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3 2026-03-16 18:19:50 +00:00
workspace refactor: swap pkg/framework imports to pkg/core 2026-03-06 14:11:06 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
bench_test.go feat: standalone io.Medium abstraction 2026-03-06 09:31:28 +00:00
CLAUDE.md docs: add CLAUDE.md project instructions 2026-03-13 13:38:01 +00:00
client_test.go fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
go.mod chore: bump core/go to v0.3.1 2026-03-15 15:16:28 +00:00
go.sum chore: bump core/go to v0.3.1 2026-03-15 15:16:28 +00:00
io.go fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00