Files
grafana/pkg/tsdb/mssql/sqleng/util/util.go

4 lines
56 B
Go
Raw Normal View History

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