nairobi-gophers / fupisha

Fupisha is a modern url shortening service. Fupisha is a swahili word for Shorten.
MIT License
21 stars 10 forks source link

Add cli binary #20

Closed basebandit closed 2 years ago

basebandit commented 2 years ago

This PR creates a separate package in the cmd directory that will ultimately be the fupisha standalone cli client. Also as a drive by we clean up some handlers and do some little formatting, linting as well as run long running tasks in their own goroutines returning responses if successful and also update tests.