mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
mysql: decouple sqleng (#86057)
This commit is contained in:
3
pkg/tsdb/mysql/sqleng/util/util.go
Normal file
3
pkg/tsdb/mysql/sqleng/util/util.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package util
|
||||
|
||||
func Pointer[T any](v T) *T { return &v }
|
||||
Reference in New Issue
Block a user