secure.go does not compile in windows
rbucker opened this issue · 3 comments
rbucker commented
The secure.go file needs to be forked to support windows. See this file(http://golang.org/pkg/go/build/) for an explanation on how to implement via filenames.
azer commented
Hi, could you send a pull request for this? I'm not able to test in Windows.
ocrumbs commented
rbucker commented
yes, that's the same error I got when I tried to install it on Windows. These calls are not available on windows. The answer to fix the problem is to create a secure_windows.go and remove these functions.