Update 05.1.md
spelling error on package database/sql
This commit is contained in:
@@ -185,7 +185,7 @@ At this point, you should know a bit about developping database drivers in Go. O
|
|||||||
|
|
||||||
## database/sql
|
## database/sql
|
||||||
|
|
||||||
databse/sql defines even more high-level methods on top of database/sql/driver for more convenient database operations, and it suggests that you implement a connection pool.
|
database/sql defines even more high-level methods on top of database/sql/driver for more convenient database operations, and it suggests that you implement a connection pool.
|
||||||
|
|
||||||
type DB struct {
|
type DB struct {
|
||||||
driver driver.Driver
|
driver driver.Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user