mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
pkg/osutil: fix missing 'syscall' import
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
95078c296d
commit
fba225cee5
@ -16,4 +16,6 @@
|
||||
|
||||
package osutil
|
||||
|
||||
import "syscall"
|
||||
|
||||
func dflSignal(sig syscall.Signal) { /* nop */ }
|
||||
|
Loading…
x
Reference in New Issue
Block a user