Documentation ¶ Index ¶ type Downloader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Downloader ¶ type Downloader interface { // Download downloads the file from the given URL and saves it to the given // destination. Download(url, dest string) (int64, error) } Source Files ¶ View all Source files downloader.go Directories ¶ Show internal Expand all Path Synopsis http Click to show internal directories. Click to hide internal directories.