[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d... #134
1 changed files with 3 additions and 2 deletions
5
doc.go
5
doc.go
|
|
@ -6,8 +6,9 @@
|
|||
// `RecoverOrphans(".core/state")`.
|
||||
//
|
||||
// Use `store.NewConfigured(store.StoreConfig{...})` when the database path,
|
||||
// journal, and purge interval are already known.
|
||||
// Keep `store.New(..., store.WithJournal(...))` for incremental assembly.
|
||||
// journal, and purge interval are already known. Prefer the struct literal
|
||||
// over `store.New(..., store.WithJournal(...))` when the full configuration is
|
||||
// already available, because it reads as data rather than a chain of steps.
|
||||
//
|
||||
// Usage example:
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue