Categorygithub.com/ElecTwix/uploader
repositorypackage
0.0.0-20220912174055-10cb2346afcd
Repository: https://github.com/electwix/uploader.git
Documentation: pkg.go.dev

# README

1. Go Uploader

Go Report Card PkgGoDev

1.1. What is this for

Uploader can upload files with in one line command and give back respond struct decoded.

1.2. Why

For people don't wanna rewrite upload code for them selfs and make things faster.

1.3. Usage

resp ,err := uploader.Upload(uploader.BayFiles, file)
fmt.Println(resp.Data.File.Url) 

or

resp ,err := uploader.Upload(uploader.AnonFiles, file)
fmt.Println(resp.Data.File.Url) 

1.4. All Durations

SitesURLPackage
AnonFilesAnonFilesUploader
BayFilesBayFilesUploader

1.5. Credit

ElecTwix