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

-x seems not accept sub-dir #131

Open
assalyn opened this issue Jan 24, 2018 · 0 comments
Open

-x seems not accept sub-dir #131

assalyn opened this issue Jan 24, 2018 · 0 comments

Comments

@assalyn
Copy link

assalyn commented Jan 24, 2018

In my case, when use cmd:
gin -i -p 3014 -b gateway -t src -d src/server/gateway -x src/test
the -x src/test seems doesn't work. any modify in test directory will cause recompile

but, when enter src/
use cmd
gin -i -p 3014 -b gateway -t . -d server/gateway -x test
then, it's all ok.

So I guess maybe some flaw in -x ?

environment:
golang1.9
cgywin in win10

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

No branches or pull requests

1 participant