自动化回滚可以回滚gorm.go 和 router.go

This commit is contained in:
piexlmax
2023-03-11 18:26:55 +08:00
parent 27158f7075
commit d8072634ef
3 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package ast
import "testing"
func TestRollRouterBack(t *testing.T) {
RollRouterBack("ttt", "Testttt")
}
func TestRollGormBack(t *testing.T) {
RollGormBack("ttt", "Testttt")
}