diff --git a/importing.md b/importing.md index ef1ab3a..5517eef 100644 --- a/importing.md +++ b/importing.md @@ -16,7 +16,8 @@ particular driver author may have provided. In this documentation, we'll use the excellent [MySQL drivers](https://github.com/go-sql-driver/mysql) from @julienschmidt and @arnehormann - for examples. +for examples. You can find an official list of drivers in [Go's github +wiki](https://github.com/golang/go/wiki/SQLDrivers). Add the following to the top of your Go source file: