Fix small error in 02.3.md

This commit is contained in:
Michael van Tricht
2017-01-08 22:24:02 +01:00
committed by GitHub
parent fe6f5e015e
commit 5a9bedb1e9

View File

@@ -507,7 +507,7 @@ There are some special operators when we import packages, and beginners are alwa
_ "github.com/ziutek/mymysql/godrv"
)
The `_` operator actually means we just want to import that package and execute its `init` function, and we are not sure if want to use the functions belonging to that package.
The `_` operator actually means we just want to import that package and execute its `init` function, and we are not sure if we want to use the functions belonging to that package.
## Links