go-tdlib/client/puller/error.go
2018-10-23 15:49:10 +03:00

8 lines
74 B
Go

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