This commit is contained in:
邹宗楠
2022-03-30 10:28:38 +08:00
parent 8a52877e97
commit 523fffef55
2 changed files with 4 additions and 8 deletions

View File

@@ -20,7 +20,8 @@ func init() {
// TestGet is a sample to run an endpoint test
func TestGet(t *testing.T) {
fmt.Println(7&16 != 0)
fmt.Println(3&16 != 0)
fmt.Println(23&16 != 0)
//fmt.Println(7&16 != 0)
//fmt.Println(3&16 != 0)
//fmt.Println(23&16 != 0)
fmt.Println("1111111111111111111", "")
}