Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 167139e

Browse files
authored
Update importing.md
1 parent 1ec3d97 commit 167139e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
Notice that we're loading the driver anonymously, aliasing its package qualifier
3131
to `_` so none of its exported names are visible to our code. Under the hood,
3232
the driver registers itself as being available to the `database/sql` package,
33-
but in general nothing else happens.
33+
but in general nothing else happens with the exception that the init function is run.
3434

3535
Now you're ready to access a database.
3636

0 commit comments

Comments
 (0)