1
0
mirror of https://github.com/go-task/task.git synced 2025-12-01 22:52:02 +02:00

refactor: orderedmap package -> omap

This commit is contained in:
Pete Davison
2024-01-04 00:31:24 +00:00
parent 1a03c3fbaf
commit 7cb45a23b6
8 changed files with 20 additions and 20 deletions

View File

@@ -7,12 +7,12 @@ import (
"gopkg.in/yaml.v3"
"github.com/go-task/task/v3/internal/experiments"
"github.com/go-task/task/v3/internal/orderedmap"
"github.com/go-task/task/v3/internal/omap"
)
// Vars is a string[string] variables map.
type Vars struct {
orderedmap.OrderedMap[string, Var]
omap.OrderedMap[string, Var]
}
// ToCacheMap converts Vars to a map containing only the static