1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user