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
Because of some silly reasons, I want to watch all go files, except those in a certain directory. Maybe a watch = ["**/*.go", "!foo/**/*.go"] could do the trick?
The text was updated successfully, but these errors were encountered:
Because of some silly reasons, I want to watch all go files, except those in a certain directory. Maybe a
watch = ["**/*.go", "!foo/**/*.go"]
could do the trick?The text was updated successfully, but these errors were encountered: