codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 316 forks source link

Build bin relative to the working directory #81

Closed regexb closed 9 years ago

regexb commented 9 years ago

Prevents unknown bin location when the path flag is set. Before, the binary was getting placed in the path location and the runner was trying to execute from the working path without success.