You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the top of the page, you can see a drop-down labeled "Rendered for", which defaults to "linux/amd64". If you change that to "windows/amd64" then you will see the expected documentation. https://pkg.go.dev/syscall?GOOS=windows#pkg-variables
What is the URL of the page with the issue?
https://pkg.go.dev/syscall#pkg-variables
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
Screenshot
No response
What did you do?
Just read it
What did you see happen?
Is stated to be each value. However, in Windows instead each value is a handle(determined at compile time).
What did you expect to see?
Further clarification that in Windows it is a Handle and not a file descriptor. For example
STD_INPUT_HANDLE
,STD_OUTPUT_HANDLE
, andSTD_ERROR_HANDLE
correspond to-10
,-11
, and-12
respectively as defined here https://learn.microsoft.com/en-us/windows/console/getstdhandle as is getStdHandleThe text was updated successfully, but these errors were encountered: