mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:42:23 -05: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")
|