This website requires JavaScript.
Explore
Help
Sign In
daniel
/
distribution
Watch
1
Star
0
Fork
You've already forked distribution
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4d2c1ae7f
distribution
/
vendor
/
github.com
/
anacrolix
/
dht
/
v2
/
errnos-not-windows.go
9 lines
104 B
Go
Raw
Blame
History
//go:build !windows
package
dht
func
ignoreReadFromError
(
error
)
bool
{
// Good unix.
return
false
}
Reference in New Issue
View Git Blame
Copy Permalink