mysql: decouple sqleng (#86057)

This commit is contained in:
Gábor Farkas
2024-04-15 14:26:15 +02:00
committed by GitHub
parent 44adfea049
commit b02317d583
8 changed files with 1089 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
package util
func Pointer[T any](v T) *T { return &v }