go-watcher icon indicating copy to clipboard operation
go-watcher copied to clipboard

Watch your .Go files and restart your processes without any configuration hassle

Results 32 go-watcher issues
Sort by recently updated
recently updated
newest added

Added -watch-ignore argument so projects using other vendor-like folders such as a node_modules or vendor can use watcher. Paths are relative from the active directory and separated by semi-colon. `watcher...

I get this error Could not watch folder: too many open files

My go app is a http server with go routines. When I run it the first time it's fine ``` watcher -c config -p 7777 -run /c/Projects/go/src/gitlab.com/jeremyjohn/http-project -watch gitlab.com/jeremyjohn/http-project ```...

Travis is currently building on versions 1.5 and 1.6 of Go, however runtime.KeepAlive is only present in versions 1.7+ of Go, as referenced [here](https://github.com/golang/go/issues/26576). This is making most builds fail...

It would be helpful for readability if there was a flag that would tell watcher to clear the terminal when a re-build was started. If there is a work around...

how to watch with more frequency? the compile time is too much. it takes a long to see the changes (about 5 seconds ) https://github.com/canthefason/go-watcher watcher -c config -p 7000...

Hello, first of all, I'm sorry for my English, I had help from Google Translator ... rsrs I'm trying to use your library on MacOS Mojave. For this I followed...

Hi, I'm using vim to write my .go files and the default behavior of vim is the following: ``` - write buffer to new file - delete the original file...