Mishka torop'izhka
Results
1
comments of
Mishka torop'izhka
@ok2ju try to use packr for you trouble instead of &migrate.AssetMigrationSource. For example: ``` migrations := &migrate.PackrMigrationSource{ Box: packr.NewBox(migrationFolder), } findedMigrations, err := migrations.FindMigrations() if err != nil { logger.Error(err.Error())...