disco07 / file-downloader

File downloader with goroutine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test Coverage

file-downloader

File downloader with goroutine

Getting Started

Prerequisites

  • Text editor i.e Golang-JetBrains 🔥
  • You may need to have the following dependacies installed on your computer:
  • Golang
  • Setup

    On Golang-JetBrains, open the terminal and do the following steps

    Clone this repository

    git clone https://github.com/disco07/file-downloader
    cd file-downloader

    Installation

    go install

    To Run

    go run main.go -u "file url"

    To Build and Run

    GOOS=target-OS GOARCH=target-architecture go build -o downloader .
    ./downloader -u "file url"

    Built with

    Language

  • Golang
  • Tools

  • Golang-JetBrains
  • Github
  • Author 👤

    Drissa Koné

  • Github: @disco07
  • LinkedIn: @drissakone
  • Contributing 🤝

    Contributions, issues, and feature requests are welcome!

    Feel free to check the issues page.

    Support me

    Give a ⭐️ if you like this project!

    📝 License

    This project is MIT is licensed.

    About

    File downloader with goroutine

    License:MIT License


    Languages

    Language:Go 100.0%