mirror of https://github.com/pressly/goose.git
Go template: Rename pkg to migrations, plural better describes the pkg
parent
89ee209ac1
commit
ed924a5874
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue