You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,8 +52,6 @@ $ go get github.com/go-sql-driver/mysql
52
52
```
53
53
Make sure [Git is installed](http://git-scm.com/downloads) on your machine and in your system's `PATH`.
54
54
55
-
*`go get` installs the [latest tagged release](https://github.com/go-sql-driver/mysql/releases)*
56
-
57
55
## Usage
58
56
_Go MySQL Driver_ is an implementation of Go's `database/sql/driver` interface. You only need to import the driver and can use the full [`database/sql`](http://golang.org/pkg/database/sql) API then.
0 commit comments