This website requires JavaScript.
Explore
Help
Sign In
astra
/
go-tdlib
Watch
1
Star
0
Fork
You've already forked go-tdlib
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
dc00c91b86
go-tdlib
/
client
/
puller
/
error.go
8 lines
74 B
Go
Raw
Blame
History
package
puller
import
(
"errors"
)
var
EOP
=
errors
.
New
(
"end of pull"
)
Reference in New Issue
View Git Blame
Copy Permalink