package stdutil import ( "github.com/gookit/goutil/structs" ) // Value data store, is alias of structs.Value type Value = structs.Value