1
0
mirror of https://github.com/fumiama/slowdo.git synced 2026-06-04 23:40:30 +08:00
Files
slowdo/errors.go
源文雨 8e5724aac1 init
2024-10-01 15:43:19 +09:00

8 lines
98 B
Go

package slowdo
import "errors"
var (
ErrWaitTimeTooShort = errors.New("wait time too short")
)