1
0
mirror of synced 2026-03-13 23:26:55 +00:00

Merge pull request #2439 from SomtochiAma/log-bug

Use text/template library instead of html/template for logs
This commit is contained in:
Stefan Prodan
2022-02-15 09:30:58 +02:00
committed by GitHub

View File

@@ -21,12 +21,12 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"fmt" "fmt"
"html/template"
"io" "io"
"os" "os"
"sort" "sort"
"strings" "strings"
"sync" "sync"
"text/template"
"time" "time"
"github.com/spf13/cobra" "github.com/spf13/cobra"