Use html/template like good gophers

This commit is contained in:
Herman Schaaf
2016-02-09 22:38:56 +08:00
parent 98ca47629b
commit c4eb48352d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,9 +4,9 @@ import (
"container/heap"
"encoding/json"
"fmt"
"html/template"
"log"
"net/http"
"text/template"
"time"
"github.com/boltdb/bolt"

View File

@@ -5,7 +5,7 @@ import (
"log"
"net/http"
"github.com/alecthomas/template"
"html/template"
)
// ReportHandler handles the report page