This question already has an answer here:
I'm aware of if 'APPENGINE_RUNTIME' in os.environ.keys():
for the python runtime, but is there a similar way to tell whether I'm running locally using go?
</div>
This question already has an answer here:
I'm aware of if 'APPENGINE_RUNTIME' in os.environ.keys():
for the python runtime, but is there a similar way to tell whether I'm running locally using go?
</div>
Call IsDevAppServer to determine if the application is running locally.