campeon23 / split-fetcher

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

Add Build Instructions and Decryption Details to Documentation #37

Closed campeon23 closed 1 year ago

campeon23 commented 1 year ago

This commit adds some crucial information to the project documentation.

These updates should provide a better understanding for anyone working with or utilizing the application.