kr / hk

Fast Heroku client
https://hk.heroku.com/
77 stars 6 forks source link

binPath is not declared for windows #47

Closed cyberdelia closed 11 years ago

cyberdelia commented 11 years ago

binPath is not declared for windows, so compiling for windows fail:

$ 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

kr commented 11 years ago

Thanks for the link.

bgentry commented 11 years ago

@cyberdelia this should be resolved with the recent fixes that removed the cgo dependencies. Thanks for reporting.