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

4 lines
59 B
Go
Raw Permalink Normal View History

2025-03-12 13:46:41 +00:00
package utils
func ToPointer[T any](v T) *T { return &v }