go-io/doc.go
Virgil 5e4bc3b0ac
Some checks failed
CI / auto-fix (push) Failing after 1s
CI / test (push) Failing after 3s
CI / auto-merge (push) Failing after 1s
test(ax): cover wrapper APIs and add package docs
2026-03-30 06:24:36 +00:00

6 lines
270 B
Go

// Package io defines the storage abstraction used across CoreGO.
//
// Callers work against Medium so the same code can read and write state from
// sandboxed local paths, in-memory nodes, SQLite, S3, or other backends
// without changing application logic.
package io