mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
all: swap exp packages for maps, slices (#18311)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user