refactor: migrate from templ to html/template
This commit is contained in:
7
internal/context/context.go
Normal file
7
internal/context/context.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package context
|
||||
|
||||
type key int
|
||||
|
||||
const (
|
||||
UserKey key = iota
|
||||
)
|
||||
Reference in New Issue
Block a user