Categorygithub.com/jimmidyson/go-download
modulepackage
0.0.0-20161028105827-7f9a90c8c95b
Repository: https://github.com/jimmidyson/go-download.git
Documentation: pkg.go.dev

# README

go-download

Travis Appveyor Go Report Card Coverage GoDoc license

# Functions

FromURL downloads the specified `src` URL to `w` writer using the specified `Options`.
ToFile downloads the specified `src` URL to `dest` file using the specified `FileOptions`.
ToWriter downloads the specified `src` URL to `w` writer using the specified `Options`.

# Variables

MkdirAll is used to create all intermediate directories if required.
MkdirNone is used to create no intermediate directories.

# Structs

FileOptions holds the possible configuration options to download to a file.
Options holds the possible configuration options for the Downloader.
ProgressBarOptions holds the configuration for progress bars if required.