mirror of https://github.com/docker/cli.git
8 lines
89 B
Go
8 lines
89 B
Go
|
package appcontext
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
)
|
||
|
|
||
|
var terminationSignals = []os.Signal{os.Interrupt}
|