windows fix

This commit is contained in:
asoseil 2017-11-30 22:31:21 +01:00
parent fb68b269fa
commit f2b139d0ca
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !windows
package realize
import "strings"

View File

@ -1,3 +1,5 @@
// +build windows
package realize
import "syscall"