1
This commit is contained in:
@@ -105,6 +105,7 @@ type tStruct struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test(t *testing.T) {
|
func Test(t *testing.T) {
|
||||||
a := tStruct{name: "11"}
|
zero := 0
|
||||||
fmt.Println(a != tStruct{})
|
a := int(zero) * 100
|
||||||
|
fmt.Printf("a====%d", a)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user