From 8b37d126db809893e664672d9e53794f2a787c28 Mon Sep 17 00:00:00 2001 From: Piotr Synowiec Date: Sun, 19 May 2024 18:16:25 +0200 Subject: [PATCH] main: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e27650..28ab296 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ for rows.Next() { } ``` -check also [go_sql_raw_test.go](go_sql_raw_test.go) +check also [go_sql_raw_test.go](tests/go_sql_raw_test.go) ## TODO * type converting from DB to go in function `update`