We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d43e3c commit b74e773Copy full SHA for b74e773
errors.go
@@ -3,6 +3,5 @@ package intele
3
import "errors"
4
5
var (
6
- ErrTimeout = errors.New("input timeout")
7
- ErrTooManyConcurrent = errors.New("too many concurrent requests")
+ ErrTimeout = errors.New("input timeout")
8
)
0 commit comments