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
In my project, I am using a Makefile that causes code generation. The build command, thus results in new .go files being created/changed, which triggers dogo to restart the build process, and now it starts looping. I think listening for changes should be paused until the build commend process exits.
The text was updated successfully, but these errors were encountered:
In my project, I am using a
Makefile
that causes code generation. The build command, thus results in new.go
files being created/changed, which triggersdogo
to restart the build process, and now it starts looping. I think listening for changes should be paused until the build commend process exits.The text was updated successfully, but these errors were encountered: