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
Ignore *_windows.go files to address gopls metadata issue #145
Temporarily ignore files matching the pattern *_windows.go to circumvent the gopls metadata failure during build.
This is a temporary measure and will need revisiting for a more permanent solution.