mirror of
https://github.com/mudler/luet.git
synced 2025-07-17 00:41:45 +00:00
8 lines
89 B
Go
8 lines
89 B
Go
package appcontext
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
var terminationSignals = []os.Signal{os.Interrupt}
|