Use text/template

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
pull/2439/head
Somtochi Onyekwere 3 years ago
parent 7a306e69ab
commit a30ffdb176

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