ITADN

Only use RawReader on Windows if stdin is a console

#255Pull Requestpommicket 创建于 2025-08-25
P
pommicketcommented
Fixes #229 FYI: This uses the `syscall.SyscallN` function (instead of the deprecated Syscall5, etc.) to simplify the code a bit. That function was introduced in go1.18. I'm not sure if there is any desire to support compiling this library on older versions of go, but if there is I can switch it back to the deprecated methods.
合并状态:未合并 0 条评论