Skip to content

Commit 973d4de

Browse files
committed
Change package name to fusion
1 parent 1af98eb commit 973d4de

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

arrays.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ut
1+
package fusion
22

33
import (
44
"fmt"

arrays_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ut
1+
package fusion
22

33
import (
44
"reflect"

helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ut
1+
package fusion
22

33
import (
44
"fmt"

maps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ut
1+
package fusion
22

33
// Keys returns a slice containing all the keys from the given map.
44
func Keys[T comparable, U any](m map[T]U) []T {

maps_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package ut
1+
package fusion
22

33
import (
44
"reflect"

0 commit comments

Comments
 (0)