mirror of
https://github.com/rclone/rclone.git
synced 2025-01-07 16:13:45 +08:00
8 lines
115 B
Go
8 lines
115 B
Go
|
// +build !windows
|
||
|
|
||
|
package ieproxy
|
||
|
|
||
|
func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
|
||
|
return ""
|
||
|
}
|