Merge pull request #182 from adampie/master

Fixing broken link in README
pull/187/head
Vojtech Vitek 2019-08-29 18:25:12 +02:00 committed by GitHub
commit e42e49944b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ language plpgsql;
3. Register your migration functions
4. Run goose command, ie. `goose.Up(db *sql.DB, dir string)`
A [sample Go migration 00002_users_add_email.go file](./example/migrations-go/00002_rename_root.go) looks like:
A [sample Go migration 00002_users_add_email.go file](./examples/go-migrations/00002_rename_root.go) looks like:
```go
package migrations