trade/example/store.go
2025-04-07 05:01:15 -06:00

9 lines
114 B
Go

package example
import "git.bivouac.wiki/go/gobstore"
var GLOBAL_KV gobstore.GobStore[string]
func init() {
}