mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-19 12:50:23 +00:00
3af1e26d7c
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
8 lines
149 B
Go
8 lines
149 B
Go
// +build !aix,!android,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
|
|
|
|
package lintutil
|
|
|
|
import "os"
|
|
|
|
var infoSignals = []os.Signal{}
|