Skip to content

Commit

Permalink
fix: correct fp package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Parham Alvani committed Dec 27, 2023
1 parent 62b67b4 commit d648229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fp/optional.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package optional
package fp

// Optional allows for generic creation of pointers to values.
func Optional[T any](value T) *T {
Expand Down

0 comments on commit d648229

Please sign in to comment.