Huchuan

Results 2 issues of Huchuan

e.g. I have a source dir like this +src **_\+ login_server _____main.go (package main) ____**\+ login ________login.go (package login) main.go and dir login are children of dir src, login.go in...

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...