aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 288e295..018a4b2 100644
--- a/main.go
+++ b/main.go
@@ -5,13 +5,13 @@ import (
"database/sql"
"embed"
"fmt"
+ "html/template"
"io"
"log"
"net/http"
"os"
"strconv"
"strings"
- "text/template"
"time"
"github.com/hashicorp/go-multierror"