Robert T.
Robert T.
Great solution if it doesn't require the users to remember the shortcuts and hit the key so many times.
I am using VScode to modify Go file. Also, tried with Atom and Sublime, all editors have the same issue.
Hi, - Ubuntu 14.04 is a subsystem on Windows 10. - Go version: 1.12.1 - Command used: $ go-reload main.go - Directory is simple that inside GOPATH. Ex."/mnt/i/goProjects" Only one...
Please see info below. $ which inotifywait `/usr/bin/inotifywait` $ echo $GOPATH `/mnt/c/Users/robert/i/goProjects` $ inotifywait . ``` Setting up watches. Watches established. ./ MODIFY main.go ```