Files
opencloud/vendor/github.com/gookit/goutil/stdutil/value.go
2023-04-19 20:24:34 +02:00

9 lines
139 B
Go

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