Ocean/Shutdown/Check.go
2014-04-26 11:18:56 +02:00

7 lines
90 B
Go

package Shutdown
func IsDown() (result bool) {
result = stopAllRequests
return
}