-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesn't work on ubuntu 14.04 with inotifywait 3.14 #9
Comments
Hi, Can you provide more information? What's your directory structure? What command are you using to run it? Also, what version of Go are you using and do you have modules enabled? Cheers! |
Hi,
` import ( func test(w http.ResponseWriter, r *http.Request) { func main() {
} |
I've tried the code you posted, using Ubuntu 18.10 and Go 1.12, both in a directory under
What output do you get when you run the following commands?
|
Please see info below. $ which inotifywait $ echo $GOPATH $ inotifywait .
|
doen't work on Ubuntu 14.04 with inotifywait 3.14.
Nothing happens when go-file changed.
Operating system: Ubuntu 14.04
The text was updated successfully, but these errors were encountered: