Files
grafana/pkg/util/pointer.go
T

4 lines
56 B
Go
Raw Normal View History

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