go-io/store/doc.go
Virgil 32cfabb5e0
Some checks failed
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 1s
refactor(ax): normalize remaining usage examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 05:10:35 +00:00

5 lines
252 B
Go

// Example: keyValueStore, _ := store.New(store.Options{Path: ":memory:"})
// Example: _ = keyValueStore.Set("app", "theme", "midnight")
// Example: medium := keyValueStore.AsMedium()
// Example: _ = medium.Write("app/theme", "midnight")
package store