Merge pull request #2439 from SomtochiAma/log-bug

Use text/template library instead of html/template for logs
pull/2443/head
Stefan Prodan 3 years ago committed by GitHub
commit 8c2983c958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save