From 5a7fc9b9b138e44fafd9fb420ecda00a72e3d6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 11 Sep 2023 17:07:46 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/order_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platformapi/mtwmapi/order_test.go b/platformapi/mtwmapi/order_test.go index a2c314e1..118d18ae 100644 --- a/platformapi/mtwmapi/order_test.go +++ b/platformapi/mtwmapi/order_test.go @@ -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) }