Artemii Shepelev
Artemii Shepelev
``` looking for linux_proc_banner in /proc/kallsyms awk: line 7: function strtonum never defined protected. requires root + find_linux_proc_banner /proc/kallsyms sudo + sudo awk /linux_proc_banner/ { if (strtonum("0x"$1)) print $1; exit...
@gocluster @jayhuang75 you should rename the file `+linux_amd64.go` to `c_linux_amd64.go`. I did it in [my fork](https://github.com/mtfelian/go-eccodes)
Please provide a code snippet from both client and server side to reproduce the issue.
added references to examples instead of code in README, need to add badges
Thanks for the issue, I will take a closer look on it later. It's not obvious that if we simply remove `go ` there it will work nominal with both...
runtime/race: `reference to `WakeByAddressSingle'` when compiling with race on windows/amd64 1.21.11
Similar store when trying to compile with race detector on Windows. Windows version: `Microsoft Windows [Version 10.0.22631.4169]` Go version: `go version go1.22.4 windows/amd64` Go env: ``` set GO111MODULE=on set GOARCH=amd64...
runtime/race: `reference to `WakeByAddressSingle'` when compiling with race on windows/amd64 1.21.11
What is windows-2019 ? I think this should not be closed. Still experiencing this issue sometimes, Windows 11 latest version.