mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-15 23:08:19 +00:00
8 lines
115 B
Go
8 lines
115 B
Go
|
// +build !windows
|
||
|
|
||
|
package ieproxy
|
||
|
|
||
|
func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
|
||
|
return ""
|
||
|
}
|