mirror of
https://github.com/status-im/consul.git
synced 2025-02-05 02:16:09 +00:00
11 lines
118 B
Go
11 lines
118 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package agent
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
var forwardSignals = []os.Signal{os.Interrupt}
|