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-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac
48
48
## Installation
49
49
Simple install the package to your [$GOPATH](https://github.com/golang/go/wiki/GOPATH"GOPATH") with the [go tool](https://golang.org/cmd/go/"go command") from shell:
50
50
```bash
51
-
$ go get -u github.com/go-sql-driver/mysql
51
+
go get -u github.com/go-sql-driver/mysql
52
52
```
53
53
Make sure [Git is installed](https://git-scm.com/downloads) on your machine and in your system's `PATH`.
0 commit comments