Commit 90702e7
docs: update CLAUDE.md for v5 (module path and Context type)
CLAUDE.md still described Echo v4 after master moved to v5:
- the intro pointed to module github.com/labstack/echo/v4, but go.mod declares github.com/labstack/echo/v5.
- the Context section called Context an interface, but in v5 it is a concrete struct (type Context struct in context.go).
Updated both to match the current code.1 parent 07b3c4a commit 90702e7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments