Skip to content

Commit

Permalink
Removed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Mar 24, 2024
1 parent 5511812 commit af16542
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ var (
fileRegex = regexp.MustCompile(`^/file/([-_A-Za-z0-9]{1,64})(?:\.[A-Za-z0-9]{1,16})?$`)
urlRegex = regexp.MustCompile(`^https?://`)
phoneNumberRegex = regexp.MustCompile(`^\+\d{1,100}$`)
templateVarRegex = regexp.MustCompile(`\${([^}]+)}`)
templateVarFormat = "${%s}"

//go:embed site
webFs embed.FS
Expand Down

0 comments on commit af16542

Please sign in to comment.