mirror of https://github.com/docker/cli.git
8 lines
86 B
Go
8 lines
86 B
Go
|
package container
|
||
|
|
||
|
import "os"
|
||
|
|
||
|
func isRuntimeSig(_ os.Signal) bool {
|
||
|
return false
|
||
|
}
|