Skip to content

Commit

Permalink
chore: fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Aug 13, 2024
1 parent f29cc7a commit 7279001
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/integration-gofiber/home.templ
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package main

import (
"context"
)
import "context"

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

0 comments on commit 7279001

Please sign in to comment.