Description
Go commands can rerun automatically when source files change. It is useful for developers who want faster feedback from tests, builds, or custom commands while editing code.
Watch tools repeatedly execute commands in the project directory. Avoid running destructive commands in watch mode and check CPU use on large repositories.