Skip to content

Commit 7279001

Browse files
committedAug 13, 2024··
chore: fix linter errors
1 parent f29cc7a commit 7279001

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎examples/integration-gofiber/home.templ

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package main
22

3-
import (
4-
"context"
5-
)
3+
import "context"
64

75
func NameFromContext(ctx context.Context) string {
86
if name, ok := ctx.Value("name").(string); ok && name != "" {

0 commit comments

Comments
 (0)
Please sign in to comment.