The code is a concurrent file downloader in Go that splits a file into multiple parts, downloads them in parallel, and assembles the final file, with support for Etag validation to ensure file integrity.
MIT License
1
stars
0
forks
source link
Rename repository to reflect split chunk fetching functionality #170
Updated the repository name to more accurately depict its primary function as a split chunk fetcher. This better aligns the repository's name with its current features and expected usage.
Updated the repository name to more accurately depict its primary function as a split chunk fetcher. This better aligns the repository's name with its current features and expected usage.