We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b17898 commit b2645c0Copy full SHA for b2645c0
keepalive_staticcheck.go
@@ -11,8 +11,12 @@ var (
11
_ = (*apiConfig).handlerUserGet
12
_ = (*apiConfig).middlewareAuth
13
14
- // Plain functions
15
- _ = handlerReadiness // Make sure this matches your actual function name
16
- _ = handlerErr // Common error handler
17
- _ = handlerRoot // Common root handler
+ // handlers
+ _ = handlerNotesGet
+ _ = handlerNotesCreate
+ _ = handlerHeadLoss
18
+ _ = handlerUserSelect
19
+
20
+ // helpers
21
+ _ = handlerReadiness
22
)
0 commit comments