text/template not html/template
This commit is contained in:
parent
d08de0d34d
commit
f91067150c
2
main.go
2
main.go
@ -4,12 +4,12 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"html/template"
|
|
||||||
"io"
|
"io"
|
||||||
"io/fs"
|
"io/fs"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
"text/template"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/peterbourgon/mergemap"
|
"github.com/peterbourgon/mergemap"
|
||||||
|
Loading…
Reference in New Issue
Block a user