7 lines
90 B
Go
7 lines
90 B
Go
|
package Shutdown
|
||
|
|
||
|
func IsDown() (result bool) {
|
||
|
result = stopAllRequests
|
||
|
return
|
||
|
}
|