Merge pull request #527 from ptomasroos/patch-2

Update 05.1.md
This commit is contained in:
astaxie
2015-09-01 21:11:35 +08:00

View File

@@ -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