1
This commit is contained in:
@@ -257,5 +257,7 @@ func TestLen(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestName(t *testing.T) {
|
||||
fmt.Println((10 & 2) != 0)
|
||||
data := map[int]int{101: 1, 102: 1, 103: 1}
|
||||
|
||||
fmt.Println(data[1] == 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user