use x/sys for non-unix files

This commit is contained in:
dmathieu
2017-07-26 10:15:24 +02:00
parent f4125cea1b
commit 8a90bf3fff
4 changed files with 13 additions and 10 deletions
+1
View File
@@ -10,5 +10,6 @@ install:
- go get github.com/stretchr/testify/assert
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
- go get golang.org/x/sys/unix
- go get golang.org/x/sys/windows
script:
- go test -race -v ./...