We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a710dbb commit 9b710b4Copy full SHA for 9b710b4
README.md
@@ -38,12 +38,11 @@ func helloHandler(c *kid.Context) error {
38
#### TODOs
39
___
40
41
-- [x] Add test cases up to +90% coverage
42
-- [ ] Complete docs
43
-- [ ] Add more methods for sending response like XML, HTML, etc.
+- [x] Add test cases up to +90% coverage.
+- [ ] Complete docs.
+- [x] Add more methods for sending response like XML, HTML, etc.
44
- [ ] Add some middlewares like `Logger`, `Recovery`, etc.
45
-- [x] Add CI/CD
46
-- [x] Add comments
47
-- [ ] Add binders
48
-- [ ] Add validator
49
-- [ ] Re-implement router using radix tree
+- [x] Add CI.
+- [x] Add comments.
+- [x] Add methods to serve static files.
+- [ ] Add validator.
0 commit comments