mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
Use html/template like good gophers
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"container/heap"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"log"
|
||||
"net/http"
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/boltdb/bolt"
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/alecthomas/template"
|
||||
"html/template"
|
||||
)
|
||||
|
||||
// ReportHandler handles the report page
|
||||
|
||||
Reference in New Issue
Block a user