Cleaning up the run code

This commit is contained in:
Ross Hammermeister
2021-07-19 21:10:28 -06:00
committed by Andrey Nering
parent bbe1d8b52e
commit 2da38a5bdc
2 changed files with 10 additions and 5 deletions

View File

@@ -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)