6 lines
86 B
Go
6 lines
86 B
Go
|
package cast
|
||
|
|
||
|
import "errors"
|
||
|
|
||
|
var ErrDeviceNotFound = errors.New("device not found")
|