All checks were successful
continuous-integration/drone/push Build is passing
8 lines
115 B
Go
8 lines
115 B
Go
// +build !windows
|
|
|
|
package ieproxy
|
|
|
|
func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
|
|
return ""
|
|
}
|