Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krishpranav/gowget
- Owner: krishpranav
- License: apache-2.0
- Created: 2021-12-31T10:48:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T11:21:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-02T09:19:14.375Z (about 1 month ago)
- Topics: cli, curl, downloader, go, gowget, wget, wget-go
- Language: Go
- Homepage:
- Size: 2.13 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)