5 lines
89 B
Go
5 lines
89 B
Go
//+build windows
|
|
|
|
package main
|
|
|
|
func listenSSH(sshAddress string, jackAddress string) {}
|