mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-02 14:52:05 -04:00
7 lines
111 B
Go
7 lines
111 B
Go
package comdef
|
|
|
|
import "errors"
|
|
|
|
// ErrConvType error
|
|
var ErrConvType = errors.New("convert value type error")
|