Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix killing in Windows #31

Merged
merged 1 commit into from Jul 11, 2014
Merged

Conversation

azyobuzin
Copy link
Contributor

Hi, all

In windows, the second time of build always fails, saying "cannot create gin-bin.exe: Permission denied." This is because Go does not support Interrupt signal in Windows.

Though I fixed this, there is still a problem that errors of killing are not showed because of

gin/main.go

Line 93 in 96e94cf

runner.Kill()
.

Thank you

Before this, gin said, "cannot create gin-bin.exe: Permission denied," because Go does not support Interrupt signal in Windows.
@chinmaymk
Copy link

+1

@codegangsta
Copy link
Owner

Awesome. Thanks for the fix!

codegangsta added a commit that referenced this pull request Jul 11, 2014
@codegangsta codegangsta merged commit d7a4b32 into codegangsta:master Jul 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants