Eatswap -> {.org}

Results 2 issues of Eatswap -> {.org}

Hello! I have tried to compile my own project which has a dependency of "reflect2" package with the most recent gccgo but failed with a message of "undefined reference". Is...

Using `sizeof(long) == 4` to tell whether a platform is 32-bit or not is not reliable since LLP64 platforms exists (and specifically, Win64 API, refernece [here](https://en.cppreference.com/w/cpp/language/types)). This causes problems while...