Skip to content

yisleyen/go-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

go-download

Download a file package for Go

Install

go get -u github.com/yisleyen/go-download

Example

err := download.DownloadFile("downloads", fileLink)
if err != nil {
	fmt.Println(err)
}
fmt.Println("Downloaded: " + fileLink)

About

Download a file package for Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages