mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
4 lines
56 B
Go
4 lines
56 B
Go
|
package util
|
||
|
|
||
|
func Pointer[T any](v T) *T { return &v }
|