diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:56:49 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-05-27 11:56:49 -0700 |
| commit | 8b0718ac92ff7f54db5e98ff175c7ac302a00df2 (patch) | |
| tree | 9ed8d0a020a9663e2f12edf95858f9cbd7c7eedb /weed/util/http_util.go | |
| parent | 458ada173ed6df2933c35fe0d3e3dd9457d3a975 (diff) | |
| download | seaweedfs-8b0718ac92ff7f54db5e98ff175c7ac302a00df2.tar.xz seaweedfs-8b0718ac92ff7f54db5e98ff175c7ac302a00df2.zip | |
go vet
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 6494041e3..579abaac0 100644 --- a/weed/util/http_util.go +++ b/weed/util/http_util.go @@ -141,7 +141,6 @@ func GetBufferStream(url string, values url.Values, allocatedBytes []byte, eachB return err } } - return nil } func GetUrlStream(url string, values url.Values, readFn func(io.Reader) error) error { |
