1
This commit is contained in:
@@ -58,3 +58,10 @@ func TestDirectionLiteRide(t *testing.T) {
|
||||
fmt.Println(result)
|
||||
|
||||
}
|
||||
|
||||
func TestName(t *testing.T) {
|
||||
syncStatus := 1
|
||||
syncStatus |= 32
|
||||
fmt.Println(syncStatus)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user