codegangsta / gin

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

Feature Request: flag to change directory before running the binary #104

Open kokizzu opened 7 years ago

kokizzu commented 7 years ago

Sometims the executable is not on the correct directory (since gin require to be runned on current directory), it would be nice to have a flag for example: --exec_cd ../../ to change directory before running or --compile_cd bla/another-service/ to change directory before compiling