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