4 lines
153 B
Go
4 lines
153 B
Go
// Package store provides a basic API for modules to interact with kv-stores
|
|
// independently of any implementation of that functionality.
|
|
package store
|