go-socks5-ssh-proxy/system_darwin.go

12 lines
141 B
Go

//go:build darwin
// +build darwin
package main
func systemOSDetect() {
}
func systemGetWellKnownExistingPaths() []string {
return nil
}