1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Use text/template

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2022-02-14 23:59:20 +01:00
parent 7a306e69ab
commit a30ffdb176

View File

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