Step API.

This commit is contained in:
Nuno Cruces
2023-01-21 00:33:46 +00:00
parent 8001472090
commit 5643077254
8 changed files with 117 additions and 104 deletions

View File

@@ -12,7 +12,7 @@ type Error struct {
msg string
}
func (e Error) Error() string {
func (e *Error) Error() string {
var b strings.Builder
b.WriteString("sqlite3: ")