Golang With Race Detector on Windows
Dec 4, 2023
1 min read
May 10, 2024 08:52 EEST
Install gcc with:
# does not work anymore with eset virus scanner, get permission denied while compiling go programs
choco install winlibs
# better use
scoop install mingw-winlibs
Related Posts
Sep 12 | Convert MBR to GPT | 1 min read |
May 18 | Remote Reboot | 1 min read |
Sep 08 | Docker | 1 min read |
Dec 18 | Backup using rsync | 1 min read |
Feb 22 | Add Script to Taskbar | 1 min read |