2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-27 23:18:40 +00:00
2019-11-25 21:16:00 +01:00

11 lines
131 B
Go

// +build aix android linux solaris
package lintutil
import (
"os"
"syscall"
)
var infoSignals = []os.Signal{syscall.SIGUSR1}