Skip to content

Instantly share code, notes, and snippets.

@pei0804
Created March 29, 2017 13:41
Show Gist options
  • Save pei0804/6ba37a160d47f91858abe294c83532e9 to your computer and use it in GitHub Desktop.
Save pei0804/6ba37a160d47f91858abe294c83532e9 to your computer and use it in GitHub Desktop.
// +build !windows
// +build !appengine
package metrics
import (
"syscall"
)
const (
// DefaultSignal is used with DefaultInmemSignal
DefaultSignal = syscall.SIGUSR1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment