mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 04:30:17 +01:00
7 lines
77 B
Go
7 lines
77 B
Go
package puller
|
|
|
|
import (
|
|
"errors"
|
|
)
|
|
|
|
var EOP = errors.New("end of pull")
|