Skip to content
forked from pid42/gohttpcli

simple http client with oauth authentication written to learn some go

License

Notifications You must be signed in to change notification settings

bastman/gohttpcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple go http client. The idea is to use this to learn and exercise golang. This project uses Cobra for creating command line applications, and Viper for handling configuration files.

The initial files where generated using the following commands:

go mod gohttpcli
cobra init -a "Fabio Rafael da Rosa <fdr@fabiodarosa.org>" -l mit --pkg-name gohttpcli

About

simple http client with oauth authentication written to learn some go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%