File: const_unix.go

package info (click to toggle)
golang-github-armon-go-metrics 0.0~git20151207.0.06b6099-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 132 kB
  • ctags: 161
  • 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
)