Remove html escaping in fs performance analyzer

This commit is contained in:
Andrew Reed
2021-04-13 19:35:11 +00:00
parent 822ada99a2
commit 7d7e3c2664

View File

@@ -4,10 +4,10 @@ import (
"bytes"
"encoding/json"
"fmt"
"html/template"
"log"
"path/filepath"
"strings"
"text/template"
"time"
"github.com/pkg/errors"