mirror of
https://github.com/go-task/task.git
synced 2026-07-02 08:58:41 +00:00
Cleaning up the run code
This commit is contained in:
committed by
Andrey Nering
parent
bbe1d8b52e
commit
2da38a5bdc
@@ -3,8 +3,9 @@ package hash
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
"github.com/mitchellh/hashstructure/v2"
|
||||
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
)
|
||||
|
||||
type HashFunc func(*taskfile.Task) (string, error)
|
||||
|
||||
Reference in New Issue
Block a user