Skip to content

Commit 61b1a97

Browse files
authored
Merge pull request #5 from vatsalpatel/change-package-name
Change package name to fusion
2 parents a3fbd68 + 973d4de commit 61b1a97

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
// Get returns the value if found, otherwise returns the zero value of the type
44
func GetOrDefault[T comparable, V any](m map[T]V, key T, defaultValue V) V {

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)