2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-11 22:34:55 +00:00
2018-06-20 14:42:08 -04:00

8 lines
117 B
Go

package service_os
var chanGraceExit = make(chan int)
func Shutdown_Channel() <-chan int {
return chanGraceExit
}