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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ $ 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*
55
+
*`go get` installs the [latest tagged release](https://github.com/go-sql-driver/mysql/releases)*
56
56
57
57
## Usage
58
58
_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