This commit is contained in:
xushiwei
2025-04-26 22:23:36 +08:00
parent 10d84a6a6b
commit e2e2cb38be
4 changed files with 955 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ func TestTestdefer(t *testing.T) {
if strings.HasPrefix(name, "firstloop") {
return "Loop"
}
if strings.HasPrefix(name, "gobuild") {
return "Import"
}
return "main"
})
}