fix: Add missing template import in download.go
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
86edcbdc21
commit
df182ca09f
|
|
@ -2,6 +2,7 @@ package handler
|
|||
|
||||
import (
|
||||
"database/sql"
|
||||
"html/template"
|
||||
"log"
|
||||
"net/http"
|
||||
"strings"
|
||||
|
|
|
|||
Loading…
Reference in New Issue