grafana_bak/pkg/util/pointer.go
2025-04-01 10:38:02 +09:00

4 lines
56 B
Go

package util
func Pointer[T any](v T) *T { return &v }