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