Skip to content

Commit 0e51dbb

Browse files
committed
internal/slices: move from internal/mod/mvs/internal/slices
We want to be able to use it from other places and we can't use it from the Go standard library yet. Signed-off-by: Roger Peppe <[email protected]> Change-Id: I5e9f46b2843af19703273e24e6ada525556b8788 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1172863 Unity-Result: CUE porcuepine <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
1 parent fe0e04a commit 0e51dbb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

internal/mod/mvs/graph.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99
"sort"
1010

11-
"cuelang.org/go/internal/mod/mvs/internal/slices"
11+
"cuelang.org/go/internal/slices"
1212
)
1313

1414
// Versions is an interface that should be provided by implementations
File renamed without changes.

0 commit comments

Comments
 (0)