biz-member-gateway/internal/utils/utils.go

4 lines
59 B
Go

package utils
func ToPointer[T any](v T) *T { return &v }