Fix go vet under windows (#3046)

This commit is contained in:
Oskar
2017-07-24 12:36:33 -07:00
committed by Daniel Nelson
parent 85aa212467
commit ab5205f8c3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
// +build windows
package ping
import (
+1
View File
@@ -1,4 +1,5 @@
// +build windows
package ping
import (