aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient/net2/doc.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-03-06 14:24:01 -0800
committerChris Lu <chris.lu@gmail.com>2021-03-06 14:26:27 -0800
commit1444e9d2758ab1f6adeb16a656c1c1cea4292145 (patch)
tree126d58ed8b25aa79c8838ab081469dbfbed4d0c6 /weed/wdclient/net2/doc.go
parent3a96461be368cdd69a52de2ba4fb39507f2ac468 (diff)
downloadseaweedfs-1444e9d2758ab1f6adeb16a656c1c1cea4292145.tar.xz
seaweedfs-1444e9d2758ab1f6adeb16a656c1c1cea4292145.zip
migrated multi host connection pool from godropbox package
removing unneeded dependencies, which involved etcd versions.
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..f4d6552e4
--- /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 \ No newline at end of file