mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-05 00:40:24 +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"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"html/template"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
"text/template"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/caddyserver/xcaddy/internal/utils"
|
"github.com/caddyserver/xcaddy/internal/utils"
|
||||||
|
|
Loading…
Reference in a new issue