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
The `go1` tag caused a lot of confusion and did more harm than good.
In order to make `go get` work as expected and reduce the amount of duplicate bug reports, we switch back to a "rolling release". `go get` will install the current master branch again.
But we will continue to create branches for stable versions.
@@ -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