bottin/vendor/github.com/armon/go-metrics/const_unix.go
Simon Beck 22a8897e72 Vendor
2022-02-08 20:24:59 +01:00

13 lines
153 B
Go

// +build !windows
package metrics
import (
"syscall"
)
const (
// DefaultSignal is used with DefaultInmemSignal
DefaultSignal = syscall.SIGUSR1
)