Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
5
pkg/utils/elptr/elptr.go
Normal file
5
pkg/utils/elptr/elptr.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package elptr
|
||||
|
||||
func ElPtr[T any](e T) *T {
|
||||
return &e
|
||||
}
|
||||
Reference in New Issue
Block a user