Simplify URLs.

This commit is contained in:
Nuno Cruces
2023-11-09 16:35:45 +00:00
parent 4e9173661b
commit 1dc06bff49
24 changed files with 160 additions and 160 deletions

View File

@@ -4,7 +4,7 @@ package sqlite3
// that can be used as an argument to
// [database/sql.DB.Exec] and similar methods.
//
// https://www.sqlite.org/bindptr.html
// https://sqlite.org/bindptr.html
func Pointer[T any](val T) any {
return pointer[T]{val}
}