mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-02 14:52:05 -04:00
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
|