1
This commit is contained in:
@@ -390,3 +390,8 @@ func TestGetAllCities(t *testing.T) {
|
||||
// timestamp string
|
||||
// sign string
|
||||
//}
|
||||
|
||||
func TestName(t *testing.T) {
|
||||
fmt.Println((25 & 2) != 0)
|
||||
fmt.Println((25 & 4) != 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user