Skip to content
/ idg Public

A simple tool that support you download file at very fast speed was implemented by Golang.

Notifications You must be signed in to change notification settings

canhlinh/idg

Repository files navigation

idg

A simple tool that support you download file at very fast speed was implemented by Golang.

Build Status GoDoc

Run test

Make test

Example

	file, err := idg.NewFile("https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz")
	if err != nil {
		log.Fatal(err)
	}

	if err := file.StartDownload(); err != nil {
		log.Fatal(err)
	}
	time.Sleep(time.Second)

example

About

A simple tool that support you download file at very fast speed was implemented by Golang.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published