IsDevAppServer reports whether the App Engine app is running in the development App Server.
()
| 60 | // IsDevAppServer reports whether the App Engine app is running in the |
| 61 | // development App Server. |
| 62 | func IsDevAppServer() bool { |
| 63 | return internal.IsDevAppServer() |
| 64 | } |
| 65 | |
| 66 | // IsStandard reports whether the App Engine app is running in the standard |
| 67 | // environment. This includes both the first generation runtimes (<= Go 1.9) |
no test coverage detected
searching dependent graphs…