closes #3: add windows version for transport/tcp.go#5
closes #3: add windows version for transport/tcp.go#55amu wants to merge 1 commit intomandiant:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
the _windows.go file will compile only when GOOS=windows and does not rely on CGO. It uses default go libraries and is proxy aware (from env)
|
Hey @5amu thanks for opening this, the |
The _windows.go file is compiled only when GOOS=windows and does not depend on CGO. It relies exclusively on Go’s standard library and supports proxy configuration via environment variables.
I performed basic testing, although I do not yet have a dedicated lab environment. The implementation follows the same approach I used in a previous pet project (https://github.com/5amu/goad). I'm revisiting it to use this library and start developing it again, so thank you for that!