Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krishpranav/gowget

wget built using golang
https://github.com/krishpranav/gowget

cli curl downloader go gowget wget wget-go

Last synced: 21 days ago
JSON representation

wget built using golang

Awesome Lists containing this project

README

        

# gowget
wget built using golang

## About:
- A simple wget tool built using golang to download files from the internet whether it is zip, gif whatever

## Quick Look:

## Installation:

## Binary:
- you can get the binary from the releases
- [macOS](https://github.com/krishpranav/gowget/releases/download/v2/macOS.zip)
- [linux](https://github.com/krishpranav/gowget/releases/download/v2/linux.zip)
- [windows](https://github.com/krishpranav/gowget/releases/download/v2/windows.zip)

## Build from source:
```
$ git clone https://github.com/krishpranav/gowget
$ cd gowget
$ go mod tidy
$ go build -o gowget main.go
```

## Author:
- [krishpranav](https://github.com/krishpranav)

## This is an open-source project contributions are alwayas welcome!!

## License:
- [Apache-2.0 License](https://github.com/krishpranav/gowget/blob/main/LICENSE)