Hello, I was solving the homework on Windows 10 and all of the unit tests pass, however I still don't understand how to run the integration tests successfully.
I have in any case no way of running these tests on Windows if they require the original Windows-compiled binary of your implementation, as this kind of file was not pushed on GitLab.
Also, I have noticed that some functions in bingossip.go have panic("not implemented") as their body. Do we have to implement these or are there some errors in the pushed integration test files?