windows fix
This commit is contained in:
parent
fb68b269fa
commit
f2b139d0ca
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package realize
|
package realize
|
||||||
|
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build windows
|
||||||
|
|
||||||
package realize
|
package realize
|
||||||
|
|
||||||
import "syscall"
|
import "syscall"
|
||||||
|
|
Loading…
Reference in New Issue