codegangsta / gin

Live reload utility for Go web servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: flag to change directory before running the binary

kokizzu opened this issue · comments

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