mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 07:07:24 +00:00
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{}
|