rclone/vendor/github.com/mattn/go-ieproxy/pac_unix.go

8 lines
115 B
Go
Raw Normal View History

2019-08-26 19:00:17 +02:00
// +build !windows
package ieproxy
func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
return ""
}