Skip to content

Commit b2645c0

Browse files
authored
Update keepalive_staticcheck.go
1 parent 6b17898 commit b2645c0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

keepalive_staticcheck.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ var (
1111
_ = (*apiConfig).handlerUserGet
1212
_ = (*apiConfig).middlewareAuth
1313

14-
// Plain functions
15-
_ = handlerReadiness // Make sure this matches your actual function name
16-
_ = handlerErr // Common error handler
17-
_ = handlerRoot // Common root handler
14+
// handlers
15+
_ = handlerNotesGet
16+
_ = handlerNotesCreate
17+
_ = handlerHeadLoss
18+
_ = handlerUserSelect
19+
20+
// helpers
21+
_ = handlerReadiness
1822
)

0 commit comments

Comments
 (0)