Skip to content

Commit 90702e7

Browse files
wahidrizkaaldas
authored andcommitted
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

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## About This Project
66

7-
Echo is a high performance, minimalist Go web framework. This is the main repository for Echo v4, which is available as a Go module at `github.com/labstack/echo/v4`.
7+
Echo is a high performance, minimalist Go web framework. This is the main repository for Echo v5, which is available as a Go module at `github.com/labstack/echo/v5`.
88

99
## Development Commands
1010

@@ -44,7 +44,7 @@ make benchmark
4444
- Not goroutine-safe for mutations after server start
4545

4646
**Context (`context.go`)**
47-
- The `Context` interface represents HTTP request/response context
47+
- The `Context` struct represents HTTP request/response context
4848
- Provides methods for request/response handling, path parameters, data binding
4949
- Core abstraction for request processing
5050

0 commit comments

Comments
 (0)