diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-04-10 23:48:18 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-04-10 23:48:18 -0700 |
| commit | f62c1532745c1dca7d81f1f23d39f18f5c8985d5 (patch) | |
| tree | f3844277a6d004c50bb9c5dddc4315843f3570c8 /weed/util/http_util.go | |
| parent | af313dff58bf82a731dbce72535b72f1979d6740 (diff) | |
| download | seaweedfs-f62c1532745c1dca7d81f1f23d39f18f5c8985d5.tar.xz seaweedfs-f62c1532745c1dca7d81f1f23d39f18f5c8985d5.zip | |
go fmt
Diffstat (limited to 'weed/util/http_util.go')
| -rw-r--r-- | weed/util/http_util.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/util/http_util.go b/weed/util/http_util.go index 1c1b2b377..1630760b1 100644 --- a/weed/util/http_util.go +++ b/weed/util/http_util.go @@ -145,7 +145,6 @@ func DeleteProxied(url string, jwt string) (body []byte, httpStatus int, err err return } - func GetBufferStream(url string, values url.Values, allocatedBytes []byte, eachBuffer func([]byte)) error { r, err := client.PostForm(url, values) if err != nil { |
