go-tdlib/client/puller/error.go
Aleksandr Zelenin 0dc94fc121 add pullers
2018-10-09 06:46:15 +03:00

8 lines
77 B
Go

package puller
import (
"errors"
)
var EOP = errors.New("end of pull")