Closed SarthakMakhija closed 2 years ago
Hey, is this still available? I’m happy to have a go.
Sure, the change is tricky though :)
Please do let me know if you would like to pair or collaborate somehow ..
@bryonye Hey .. I would like to close this issue .. We have added support for Windows OS (AMD64) as a part of 0.0.7 release
Closing the issue .. Windows support is available now
goselect should run on Windows OS. At this point, goselect runs on MacOS and linux with ARM64, AMD64 and i386 processor.
One of the main challenges in ensuring that it runs on windows is the way golang exposes
user and group
information needs to be found in windowsblock
information needs to be found in windowshidden_windows.go already exists
)In order to provide support for windows we must make the following changes:
Changes
Reference