1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

fix: remove extra breaking randInt function (#2316)

This commit is contained in:
Pete Davison
2025-07-03 23:08:43 +01:00
committed by GitHub
parent 3b0a746f85
commit 47dc87a2c9
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ func init() {
"toYaml": toYaml,
"mustToYaml": mustToYaml,
"uuid": uuid.New,
"randInt": rand.Int,
"randIntN": rand.IntN,
}