mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-04 16:30:12 +00:00
refactor: swap use html/template for text/template (#103)
This commit is contained in:
parent
9cc6040a09
commit
a83fac18bf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue