mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Fix JSON.
This commit is contained in:
@@ -11,4 +11,4 @@ func Pointer[T any](val T) any {
|
||||
|
||||
type pointer[T any] struct{ val T }
|
||||
|
||||
func (p pointer[T]) Value() any { return p.val }
|
||||
func (p pointer[T]) Pointer() any { return p.val }
|
||||
|
||||
Reference in New Issue
Block a user