Closed cyberdelia closed 11 years ago
binPath is not declared for windows, so compiling for windows fail:
binPath
$ GOOS=windows GOARCH=amd64 go build
The window implementation would need to call GetModuleFileName with hModule = NULL: http://msdn.microsoft.com/en-us/library/ms683197.aspx
GetModuleFileName
Thanks for the link.
@cyberdelia this should be resolved with the recent fixes that removed the cgo dependencies. Thanks for reporting.
binPath
is not declared for windows, so compiling for windows fail:The window implementation would need to call
GetModuleFileName
with hModule = NULL: http://msdn.microsoft.com/en-us/library/ms683197.aspx