Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1485e56

Browse files
Update README.md
Some format :-p
1 parent 180c577 commit 1485e56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/go-bindata/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ func main() {
2525
return migrations.Asset(name)
2626
})
2727

28-
d, err := bindata.WithInstance(s)
29-
if err != nil {
30-
t.Fatal(err)
31-
}
28+
d, err := bindata.WithInstance(s)
29+
if err != nil {
30+
t.Fatal(err)
31+
}
3232

3333
m, err := migrate.NewWithSourceInstance("go-bindata", d, "database://foobar")
3434
m.Up() // run your migrations and handle the errors above of course

0 commit comments

Comments
 (0)