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:
@@ -41,7 +41,6 @@ func init() {
|
||||
"toYaml": toYaml,
|
||||
"mustToYaml": mustToYaml,
|
||||
"uuid": uuid.New,
|
||||
"randInt": rand.Int,
|
||||
"randIntN": rand.IntN,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user