1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-23 11:43:50 +00:00
Files
rclone/vendor/github.com/mattn/go-ieproxy/pac_unix.go
2019-08-26 18:00:17 +01:00

8 lines
115 B
Go

// +build !windows
package ieproxy
func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
return ""
}