Skip to content

Commit b51926e

Browse files
committed
fix markdwon code
1 parent fd2c7f6 commit b51926e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Create MYSQL dumps in Go without the `mysqldump` CLI as a dependancy.
33

44
### Simple Example
5-
`package main
5+
```go
6+
package main
67

78
import (
89
"database/sql"
@@ -56,7 +57,7 @@ func main() {
5657

5758
// Close dumper, connected database and file stream.
5859
dumper.Close()
59-
}``go
60+
}
6061
```
6162

6263
[![GoDoc](https://godoc.org/github.com/jamf/go-mysqldump?status.svg)](https://godoc.org/github.com/jamf/go-mysqldump)

0 commit comments

Comments
 (0)