Skip to content

Commit

Permalink
replace html/template with text/template
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwxSin committed Oct 9, 2023
1 parent 6cb2ec4 commit 978c8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ import (
"go/format"
"go/token"
"go/types"
"html/template"
"os"
"strings"
"text/template"

"golang.org/x/tools/go/packages"
)
Expand Down

0 comments on commit 978c8b4

Please sign in to comment.