mirror of
https://github.com/aykhans/go-utils.git
synced 2026-07-15 05:23:21 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
func ToPtr[T any](value T) *T {
|
||||
return &value
|
||||
}
|
||||
Reference in New Issue
Block a user