trade/example/store.go
2025-04-07 05:12:42 -06:00

9 lines
115 B
Go

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