Commit dff4c1e
takeshi iijima
feat: update to Go 1.22.3 and enhance codebase
- Update minimum Go version to 1.22.3
- Update GitHub Actions workflow
- Improve project structure with better package organization
- Add comprehensive test suite
- Implement middleware architecture for better extensibility
- Add support for path parameters
- Add response caching for better performance
- Enhance logging capabilities
- Add detailed documentation in README
- Expand example directory with more use cases1 parent 5f99474 commit dff4c1e
File tree
23 files changed
+2728
-271
lines changed- .github/workflows
- example
- static
- src
- config
- handler
- logger
- middleware
23 files changed
+2728
-271
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
7 | | - | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | | - | |
11 | | - | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | | - | |
| 17 | + | |
14 | 18 | | |
15 | | - | |
16 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | | - | |
| 36 | + | |
0 commit comments