Skip to content

Commit

Permalink
update slices => collection
Browse files Browse the repository at this point in the history
  • Loading branch information
hucansen committed Aug 10, 2023
1 parent 63260a6 commit b9d5dea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion slices/slices.go → collection/slices.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package slices
package collection

// UniqueKeys Slices Get a unique slices
// T => slice item type
Expand Down
2 changes: 1 addition & 1 deletion slices/slices_test.go → collection/slices_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package slices
package collection

import "testing"

Expand Down
2 changes: 1 addition & 1 deletion slices/sort.go → collection/sort.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package slices
package collection

import (
"github.com/gozelle/async/generics"
Expand Down
2 changes: 1 addition & 1 deletion slices/sort_test.go → collection/sort_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package slices
package collection

import "testing"

Expand Down

0 comments on commit b9d5dea

Please sign in to comment.