This commit is contained in:
邹宗楠
2023-09-11 17:07:46 +08:00
parent 72fe439cdf
commit 5a7fc9b9b1

View File

@@ -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)
}