This commit is contained in:
richboo111
2023-03-13 14:53:18 +08:00
parent c19e11312f
commit 6f23bc02ed

View File

@@ -105,6 +105,7 @@ type tStruct struct {
}
func Test(t *testing.T) {
a := tStruct{name: "11"}
fmt.Println(a != tStruct{})
zero := 0
a := int(zero) * 100
fmt.Printf("a====%d", a)
}