You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
Running gb generate on a folder that contain other folders with no .go inside them (like html/css/js assets) fails with
can't load package: package statics/swagger: no buildable Go source files in /path/to/statics/swagger
the job is done, but gb exit code is 1 and not zero. so I can not depend on output if there is actually an error in my command or its the folder without go code.
ps : Also it is nice to have -x -v and -n support just like the go tools.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running
gb generate
on a folder that contain other folders with no.go
inside them (like html/css/js assets) fails withthe job is done, but gb exit code is 1 and not zero. so I can not depend on output if there is actually an error in my command or its the folder without go code.
ps : Also it is nice to have -x -v and -n support just like the go tools.
The text was updated successfully, but these errors were encountered: