Use golang.org/x/sys/unix provided ioctl functions

This commit is contained in:
Maddie Zhan
2020-09-10 16:57:12 +08:00
committed by Cristian Maglie
parent 578b2ec832
commit eb474d2569
11 changed files with 11 additions and 136 deletions

2
go.mod
View File

@@ -5,5 +5,5 @@ go 1.13
require (
github.com/creack/goselect v0.1.1
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
)