Skip to content

Commit

Permalink
move from text/template to html/template
Browse files Browse the repository at this point in the history
because it already includes built-in Output Encoding capabilities.
  • Loading branch information
umbynos committed Nov 23, 2023
1 parent 258d9f7 commit 9285f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ import (
_ "embed"
"encoding/json"
"flag"
"html/template"
"io"
"os"
"os/exec"
"runtime"
"runtime/debug"
"strconv"
"strings"
"text/template"
"time"

cors "github.com/andela/gin-cors"
Expand Down

0 comments on commit 9285f32

Please sign in to comment.