Skip to content

go-zoox/download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download - File Download, support parallel

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go get github.com/go-zoox/download

Getting Started

func TestDownload(t *testing.T) {
	url := "YOUR_FILE_URL"
	fileName := "test.mp4"
	err := Download(url, &Config{
		FilePath: fileName,
	})
	if err != nil {
		t.Error(err)
	}
}

Functions

  • Parallel
  • Progress

License

GoZoox is released under the MIT License.

About

File Download, support parallel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages