Skip to content

Commit 9b710b4

Browse files
authored
docs: update docs (#30)
1 parent a710dbb commit 9b710b4

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ func helloHandler(c *kid.Context) error {
3838
#### TODOs
3939
___
4040

41-
- [x] Add test cases up to +90% coverage
42-
- [ ] Complete docs
43-
- [ ] Add more methods for sending response like XML, HTML, etc.
41+
- [x] Add test cases up to +90% coverage.
42+
- [ ] Complete docs.
43+
- [x] Add more methods for sending response like XML, HTML, etc.
4444
- [ ] 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
45+
- [x] Add CI.
46+
- [x] Add comments.
47+
- [x] Add methods to serve static files.
48+
- [ ] Add validator.

0 commit comments

Comments
 (0)