package
0.0.0-20240621092021-c46b798950e0
Repository: https://github.com/aeof/toolbox.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

ErrDownloadingNotCompleted indicates the task finished incompletely.

# Structs

DownloadingTask represents an HTTP file downloading task.
No description provided by the author

# Type aliases

NewDownloadingTaskOption Options to create specified task As Go doesn't allow overriding, we can use options pattern to achieve similar effects.