go-tdlib/client/puller/error.go

8 lines
77 B
Go
Raw Normal View History

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