IsDebug reports whether this is a debug environment.
()
| 27 | |
| 28 | // IsDebug reports whether this is a debug environment. |
| 29 | func IsDebug() bool { |
| 30 | return isDebug |
| 31 | } |
| 32 | |
| 33 | // DebugUploads reports whether this is a debug environment for uploads. |
| 34 | func DebugUploads() bool { |
no outgoing calls