Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Then you can start adding new routes and middlewares.
for example, is very simple and intuitive.
- **Idiomatic**: It uses latest Go features, such as generics, in order to build a framework that is elegant to code.

Check an example of [`lit.Handler`](https://go.dev/play/p/pbSkMBvwC0w) vs [`http.Handler`](https://go.dev/play/p/XcsDDrrcjyU).

## Benchmarks

The instances below were tested with the specifications:
Expand Down Expand Up @@ -119,4 +121,4 @@ Feel free to open issues or pull requests!

Copyright (c) 2023-2024

João Victor de Sá Ferraz Coutinho <[email protected]>
João Victor de Sá Ferraz Coutinho <[email protected]>