add some comments and typo fixed

This commit is contained in:
mattes 2014-08-11 05:03:57 +02:00
parent 470b2c7a7e
commit a2af1abb3a
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ See http://godoc.org/github.com/mattes/migrate/migrate
import "github.com/mattes/migrate/migrate"
migrate.Up postgres://user@host:port/database, "./db/migrations")
migrate.Up(postgres://user@host:port/database, "./db/migrations")
// ...
// ...
```

View File

@ -41,3 +41,5 @@ func TestCreate(t *testing.T) {
t.Error("not all expected files have been found")
}
}
// TODO add tests for commands (redo is broken atm?)