Merge pull request #4 from chrislusf/master

merge seaweed master
This commit is contained in:
joeslay
2019-09-06 10:49:27 +01:00
committed by GitHub
3 changed files with 2 additions and 121 deletions

View File

@@ -11,7 +11,6 @@ import (
"net/http"
"net/url"
"strings"
"time"
)
var (
@@ -25,7 +24,6 @@ func init() {
}
client = &http.Client{
Transport: Transport,
Timeout: 5 * time.Second,
}
}