luet/vendor/github.com/theupdateframework/notary/const_windows.go
Ettore Di Giacinto f8989e464e Update vendor
2021-03-11 17:57:59 +01:00

9 lines
194 B
Go

// +build windows
package notary
import "os"
// NotarySupportedSignals does not contain any signals, because SIGUSR1/2 are not supported on windows
var NotarySupportedSignals = []os.Signal{}