@@ -0,0 +1,7 @@
package slowdo
import "errors"
var (
ErrWaitTimeTooShort = errors.New("wait time too short")
)
The note is not visible to the blocked user.