File: const_unix.go

package info (click to toggle)
golang-github-armon-go-metrics 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
// +build !windows

package metrics

import (
	"syscall"
)

const (
	// DefaultSignal is used with DefaultInmemSignal
	DefaultSignal = syscall.SIGUSR1
)