azer/boxcars-archived

secure.go does not compile in windows

Opened this issue · 3 comments

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.

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.