github.com/zlyuancn/zstr@v0.0.0-20230412074414-14d6b645962f/kv.go (about) 1 package zstr 2 3 type KV struct { 4 K string 5 V interface{} 6 } 7 8 type KVs = []KV