mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
map[string]map[string]string named neither key. The type already existed in taskfile; package task reaches it through setup.go, so only an import was missing. Callers keep passing a plain map literal, which stays assignable to a named map type.