Go template: Rename pkg to migrations, plural better describes the pkg

pull/154/head
Vojtech Vitek 2019-03-05 16:32:44 -05:00
parent 89ee209ac1
commit ed924a5874
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ SELECT 'down SQL query';
-- +goose StatementEnd
`))
var goSQLMigrationTemplate = template.Must(template.New("goose.go-migration").Parse(`package migration
var goSQLMigrationTemplate = template.Must(template.New("goose.go-migration").Parse(`package migrations
import (
"database/sql"