go-tdlib/client/puller/error.go

8 lines
74 B
Go
Raw Normal View History

2018-10-09 03:46:15 +00:00
package puller
import (
2018-10-23 12:49:10 +00:00
"errors"
2018-10-09 03:46:15 +00:00
)
var EOP = errors.New("end of pull")