mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 22:34:48 +01:00
8 lines
115 B
Go
8 lines
115 B
Go
|
// +build !windows
|
||
|
|
||
|
package ieproxy
|
||
|
|
||
|
func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
|
||
|
return ""
|
||
|
}
|