Update 05.1.md
spelling error on package database/sql
This commit is contained in:
committed by
James Miranda
parent
0e9dcaea46
commit
803f76311c
@@ -185,7 +185,7 @@ At this point, you should know a bit about developping database drivers in Go. O
|
||||
|
||||
## 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 {
|
||||
driver driver.Driver
|
||||
|
||||
Reference in New Issue
Block a user