cvanloo / rmsgo

Remote Storage implementation in Go
The Unlicense
1 stars 0 forks source link

Redo error handling #17

Closed cvanloo closed 3 months ago

cvanloo commented 4 months ago

Move logic of checking the exact error out of the http handler and into a custom error type (as done in https://github.com/cvanloo/organizer/blob/main/errors.go)