I just installed Go 1.6.4 and google-cloud-sdk 1.56.0.0 on osX.
When I attempt to run the local dev_server I get the following warning.
/Users/Bryan/go/src/googl
With my current sdk version (Google Cloud SDK 171.0.0) dev_appserver.py has one option named enable_watching_go_path.
Google Cloud SDK 171.0.0
dev_appserver.py
enable_watching_go_path
Setting it to False removed the warning.
False
The command I use is: dev_appserver.py --enable_watching_go_path=False server/app.yml
dev_appserver.py --enable_watching_go_path=False server/app.yml