#Gofret Download Manager
Gofret is a Download Manager written in Go.
Gofret, wget like a download manager. But simple and amateur.
Gofret using the go's pb library.
Gofret Version 0.1
#Build
Install pb library
go get github.com/cheggaaa/pb
After install:
go build -o gofret main.go // linux, unix like systems
go build -o gofret.exe main.go // for windows
#Usage
####After Build:
./gofret -url=https://somesite.com/somefile.zip
####Help
./gofret -help
####Version
./gofret -version