godownloadthat

package module
v0.0.0-...-c1b7e31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2019 License: MIT Imports: 8 Imported by: 0

README

GoDownloadThat CircleCI GoReportCard GoDoc

A powerful and easy to use file downloader written in Go

Installation

$ go get github.com/abrad1212/godownloadthat

Example

See here

Features

  • Simple to use
  • File checksums
  • Resuming downloads

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Downloader

type Downloader struct {
	Client fasthttp.Client
	Debug  bool
}

Downloader implements a downloading client

func (*Downloader) DownloadFiles

func (d *Downloader) DownloadFiles(urls []string, fileNames []string) error

DownloadFiles provides a way to download files from urls and save them with the specified fileNames

Downloads concurrently using GoRoutines

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL