Skip to content

A Go google drive downloader using concurrency patterns to stream large file downloads

License

Notifications You must be signed in to change notification settings

Nicholas-Nguyen8742/go-google-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go - Google Downloader

This application is a google drive downloader api that is written in go to explore some best practices and logic when it comes to building backend api's in go.

Quick Start | Installation


Quick Start

To run this api locally you can run the following commands:

git clone https://github.com/Nicholas-Nguyen8742/go-google-downloader.git

cd go-google-downloader

go run cmd/main.go

Installation

  1. Download & Install Go, you can verify you've installed go by opening a command prompt and typing the following command:
go version
  1. Clone the repository:
git clone https://github.com/Nicholas-Nguyen8742/go-google-downloader.git

cd go-google-downloader
  1. Run the project:
go run cmd/main.go

About

A Go google drive downloader using concurrency patterns to stream large file downloads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages