mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
refactor: enable gofmt linter and fix all issues
- also rewrite 'interface{}' as 'any'
This commit is contained in:
committed by
Andrey Nering
parent
a6d57496c2
commit
aab51c331f
@@ -16,7 +16,7 @@ type Templater struct {
|
||||
Vars *taskfile.Vars
|
||||
RemoveNoValue bool
|
||||
|
||||
cacheMap map[string]interface{}
|
||||
cacheMap map[string]any
|
||||
err error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user