Fix go vet under windows (#3046)

This commit is contained in:
Oskar
2017-07-24 21:36:33 +02:00
committed by Daniel Nelson
parent 85aa212467
commit ab5205f8c3
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// +build windows
package ping
import (

View File

@@ -1,4 +1,5 @@
// +build windows
package ping
import (