This website requires JavaScript.
Explore
Help
Sign In
jerry
/
go-socks5-ssh-proxy
mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
Watch
1
Star
0
Fork
You've already forked go-socks5-ssh-proxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3d8e8e2543
go-socks5-ssh-proxy
/
main_dll.go
14 lines
105 B
Go
Raw
Blame
History
//go:build dll
// +build dll
package
main
import
(
"C"
)
//export runMain
func
runMain
(
)
{
main
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink