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:
@@ -16,4 +16,6 @@
|
||||
|
||||
package osutil
|
||||
|
||||
import "syscall"
|
||||
|
||||
func dflSignal(sig syscall.Signal) { /* nop */ }
|
||||
|
||||
Reference in New Issue
Block a user