runtime: runtime.Callers, runtime.CallersFrames

This commit is contained in:
Li Jie
2025-02-15 00:17:01 +08:00
parent c6462cbcc7
commit 8116d34a60
3 changed files with 85 additions and 3 deletions

View File

@@ -7,3 +7,7 @@ func TestZoo(t *testing.T) {
t.Fatal("Zoo() != 3")
}
}
func TestFalse(t *testing.T) {
// t.Fatal("false")
}