aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient/net2/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/wdclient/net2/doc.go')
-rw-r--r--weed/wdclient/net2/doc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/wdclient/net2/doc.go b/weed/wdclient/net2/doc.go
new file mode 100644
index 000000000..fd1c6323d
--- /dev/null
+++ b/weed/wdclient/net2/doc.go
@@ -0,0 +1,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