Skip to content

Commit 002e964

Browse files
committed
switch to text/template
1 parent e9ca08a commit 002e964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/wsl/wsl-util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import (
88
"context"
99
"errors"
1010
"fmt"
11-
"html/template"
1211
"io"
1312
"log"
1413
"os"
1514
"path/filepath"
1615
"strings"
16+
"text/template"
1717
"time"
1818

1919
"github.com/wavetermdev/waveterm/pkg/panichandler"

0 commit comments

Comments
 (0)