Skip to content

Commit 53d026e

Browse files
committed
Update docs
1 parent 219da40 commit 53d026e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

dump.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ import (
1212
"time"
1313
)
1414

15-
/*Data struct to configure dump behavior
15+
/*
16+
Data struct to configure dump behavior
1617
17-
* Out: Stream to wite to
18-
19-
* Connection: Database connection to dump
20-
21-
* IgnoreTables: Mark sensitive tables to ignore
22-
*/
18+
Out: Stream to wite to
19+
Connection: Database connection to dump
20+
IgnoreTables: Mark sensitive tables to ignore
21+
*/
2322
type Data struct {
2423
Out io.Writer
2524
Connection *sql.DB

0 commit comments

Comments
 (0)