diff options
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ ConnectHook to get the SQLiteConn. }, }) -You can also use database/sql.Conn.Raw: +You can also use database/sql.Conn.Raw (Go >= 1.13): conn, err := db.Conn(context.Background()) // if err != nil { ... } |