-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use go-chi instead of gorilla as a router
gorilla is no longer maintained: gorilla/mux#659 this means we shouldn't probably be using it. I chose go-chi as the replacement because the handler structure is very similar (unlike gin) and since our routing needs are very basic, we wouldn't need much of gin's complexity. go-chi is also quite lightweight. Signed-off-by: Jakub Hrozek <[email protected]>
- Loading branch information
Showing
24 changed files
with
2,609 additions
and
3,001 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.