We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a-h
joerdav
Learn more about funding links in repositories.
Report abuse
1 parent f29cc7a commit 7279001Copy full SHA for 7279001
examples/integration-gofiber/home.templ
@@ -1,8 +1,6 @@
1
package main
2
3
-import (
4
- "context"
5
-)
+import "context"
6
7
func NameFromContext(ctx context.Context) string {
8
if name, ok := ctx.Value("name").(string); ok && name != "" {
0 commit comments