mssql: decouple sqleng (#86130)

* mssql: decouple sqleng

* fix codeowners-file
This commit is contained in:
Gábor Farkas
2024-04-16 10:00:14 +02:00
committed by GitHub
parent 538db9ab1c
commit 9015bfa3f4
7 changed files with 4 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
package util
func Pointer[T any](v T) *T { return &v }