Imports of package ieproxy

PathSynopsis
C
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/net/http/httpproxyPackage httpproxy provides support for HTTP proxy determination based on environment variables, as provided by net/http's ProxyFromEnvironment function.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicode/utf16Package utf16 implements encoding and decoding of UTF-16 sequences.
unsafePackage unsafe contains operations that step around the type safety of Go programs.