grafana/pkg/util/pointer.go

4 lines
56 B
Go

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