1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-10 09:29:30 +00:00
ceph-csi/vendor/honnef.co/go/tools/lint/lintutil/stats.go

8 lines
149 B
Go
Raw Normal View History

// +build !aix,!android,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
package lintutil
import "os"
var infoSignals = []os.Signal{}