blob: fd1c6323d9ef09ed0386622afa5c008ae130c8f8 (
plain)
1
2
3
4
5
6
|
// net2 is a collection of functions meant to supplement the capabilities
// provided by the standard "net" package.
package net2
// copied from https://github.com/dropbox/godropbox/tree/master/net2
// removed other dependencies
|