Skip to content

Commit

Permalink
feat:Progress Tracking for Uploads/Downloads , fixed #22
Browse files Browse the repository at this point in the history
  • Loading branch information
rezmoss authored Oct 10, 2024
1 parent 426ffaf commit 9324508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {
return
}

fmt.Println("\nDownload completed successfully!")
fmt.Println("\nDownload completed successfully!!")
}

func writeResponseToFile(resp *axios4go.Response, outputPath string) error {
Expand Down

0 comments on commit 9324508

Please sign in to comment.