go-tdlib/client/puller/error.go

8 lines
74 B
Go
Raw Permalink Normal View History

2021-10-22 16:24:12 +02:00
package puller
import (
"errors"
)
var EOP = errors.New("end of pull")