refactor: swap use html/template for text/template (#103)

This commit is contained in:
Mohammed Al Sahaf 2022-06-12 20:58:35 +03:00 committed by GitHub
parent 9cc6040a09
commit a83fac18bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@ import (
"bytes"
"context"
"fmt"
"html/template"
"io/ioutil"
"log"
"os"
"os/exec"
"path/filepath"
"strings"
"text/template"
"time"
"github.com/caddyserver/xcaddy/internal/utils"