package main func init() { IsLocal = true initmgo() KvArr, KvMap = []string{}, map[string]string{} } func main() { updateKvTagInfo() }