Skip to content

Commit b2376f7

Browse files
Update CLAUDE.md
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 2ec0bd8 commit b2376f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ func (s *Server) createUser(c *gin.Context) {
293293
}
294294
```
295295

296-
you should ALWAYS move business logic out of gin handlers and into a separate function with a clean type signature. Merthods that handle business logic should not know about gin or http.
296+
you should ALWAYS move business logic out of gin handlers and into a separate function with a clean type signature. Methods that handle business logic should not know about gin or http.
297297

298298
```
299299
func createUser(ctx context.Context, user User) (*User, error) {

0 commit comments

Comments
 (0)