feat: add comments and cleanup unused imports across codebase
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package context
|
||||
|
||||
// UserKey is the context key for storing the authenticated user.
|
||||
// It is unexported to prevent collisions.
|
||||
type key int
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user