Refactor.

This commit is contained in:
Nuno Cruces
2023-07-04 02:29:38 +01:00
parent 632ea933b3
commit 78ac2386f6
5 changed files with 56 additions and 55 deletions

View File

@@ -9,6 +9,7 @@ import (
)
// Context is the context in which an SQL function executes.
// An SQLite [Context] is in no way related to a Go [context.Context].
//
// https://www.sqlite.org/c3ref/context.html
type Context struct {