WantHelperProcess returns true if current process is in helper mode.
()
| 41 | |
| 42 | // WantHelperProcess returns true if current process is in helper mode. |
| 43 | func WantHelperProcess() bool { |
| 44 | return os.Getenv("GO_WANT_HELPER_PROCESS") == "1" |
| 45 | } |
no outgoing calls