We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Bug
Migrate Version v4.18.1
Go Version go1.23.3 windows/amd64
supplement 1 month ago, I can run it successfully. But now, it show error.
import ( "database/sql" "fmt" "log" _ "github.com/go-sql-driver/mysql" "github.com/golang-migrate/migrate/v4" "github.com/golang-migrate/migrate/v4/database/mysql" _ "github.com/golang-migrate/migrate/v4/source/file" _ "github.com/mattes/migrate/source/file" )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
Migrate Version
v4.18.1
Go Version
go1.23.3 windows/amd64
supplement
1 month ago, I can run it successfully. But now, it show error.
The text was updated successfully, but these errors were encountered: