9 lines
139 B
Go
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
|