/
proc
/
self
/
root
/
opt
/
go
/
pkg
/
mod
/
github.com
/
armon
/
go-metrics@v0.3.10
/
up file
home
// +build windows package metrics import ( "syscall" ) const ( // DefaultSignal is used with DefaultInmemSignal // Windows has no SIGUSR1, use SIGBREAK DefaultSignal = syscall.Signal(21) )