This website requires JavaScript.
Explore
Help
Sign In
kirillius
/
Cloak
mirror of
https://github.com/cbeuw/Cloak
Watch
1
Star
0
Fork
You've already forked Cloak
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fd63159397
Cloak
/
internal
/
common
/
platformfd_linux.go
9 lines
102 B
Go
Raw
Blame
History
//go:build linux
// +build linux
package
common
func
Platformfd
(
fd
uintptr
)
int
{
return
int
(
fd
)
}
Reference in New Issue
View Git Blame
Copy Permalink