mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-26 12:52:57 +00:00
* bump azure-storage-blob-go dependency to 0.3.0 release * update azure-storage-blob-go module import path * fix multiple return values on azblob.NewSharedKeyCredential * vendor: bump Azure libs to latest from upstream
7 lines
115 B
Go
7 lines
115 B
Go
// +build !windows
|
|
|
|
package ieproxy
|
|
|
|
func (psc *ProxyScriptConf) findProxyForURL(URL string) string {
|
|
return ""
|
|
}
|