no Windows support
regorov opened this issue · 3 comments
regorov commented
Please add to Notes.
cmpxchg16 commented
Can you please provide more information on the issue.
miltonbaxter commented
I have just tried to run this on windows. The issue I hit was at compile time, it was reporting that Kill is undefined:
.\gobench.go:196: undefined: syscall.Kill
However os.Signal does exist on windows, so perhaps an alternative use of a higher level library call?
cmpxchg16 commented
Fixed.
Thanks.