Skip to content

Commit 729fc5d

Browse files
committed
fix: not used
1 parent 5aea489 commit 729fc5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/output/util/template.go

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package util
33
import (
44
"bytes"
55
"encoding/json"
6-
"slices"
76
"strings"
87
"text/template"
98
"time"
@@ -71,7 +70,6 @@ var funcMap = template.FuncMap{
7170

7271
return length
7372
},
74-
"maxInt": func(s ...int) int { return slices.Max(s) },
7573
"concat": func(ss ...string) string {
7674
b := &strings.Builder{}
7775
for _, s := range ss {

0 commit comments

Comments
 (0)