Skip to content

Commit b85eee3

Browse files
adrianwit@gmail.comadrianwit@gmail.com
authored andcommitted
added download retry
1 parent a912317 commit b85eee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gs/download.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"github.com/pkg/errors"
77
"github.com/viant/afs/base"
88
"github.com/viant/afs/http"
9-
nhttp "net/http"
109
"github.com/viant/afs/option"
1110
"github.com/viant/afs/storage"
1211
"io"
12+
nhttp "net/http"
1313
"strings"
1414
)
1515

0 commit comments

Comments
 (0)