all: swap exp packages for maps, slices (#18311)

This commit is contained in:
Seth Hoenig
2023-08-23 15:42:13 -05:00
committed by GitHub
parent e69e3c6677
commit f5b0da1d55
46 changed files with 64 additions and 69 deletions

View File

@@ -4,11 +4,11 @@
package jobspec2
import (
"slices"
"time"
"github.com/hashicorp/nomad/api"
"github.com/hashicorp/nomad/helper/pointer"
"golang.org/x/exp/slices"
)
func normalizeJob(jc *jobConfig) {