grafana/pkg/tsdb/cloudwatch/utils/utils.go

4 lines
61 B
Go

package utils
func Pointer[T any](arg T) *T { return &arg }