Discover Packages
github.com/nicoxiang/geektime-downloader
internal
pkg
downloader
package
Version:
v0.12.1
Opens a new window with list of versions in this module.
Published: Nov 27, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
DownloadFileConcurrently download file in chunks, return total file size
type Part struct {
Data []byte
Index int
}
Part use this struct as a channel type.
The struct will have 2 fields. One for housing data and the other specifying its location within the final file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.