Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 062811f

Browse files
committed
more code formatting
1 parent 2ee07a4 commit 062811f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatial
456456

457457
Why is it racy if I use a `sql.Open("sqlite3", ":memory:")` database?
458458

459-
Each connection to :memory: opens a brand new in-memory sql database, so if
459+
Each connection to `":memory:"` opens a brand new in-memory sql database, so if
460460
the stdlib's sql engine happens to open another connection and you've only
461-
specified ":memory:", that connection will see a brand new database. A
461+
specified `":memory:"`, that connection will see a brand new database. A
462462
workaround is to use `"file::memory:?cache=shared"` (or `"file:foobar?mode=memory&cache=shared"`). Every
463463
connection to this string will point to the same in-memory database.
464464

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /