Fix windows build

This commit is contained in:
Peter Waller
2014-05-22 07:56:00 +01:00
parent 2c17c9a489
commit 08178d82bd
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package main
// +build darwin freebsd linux netbsd openbsd
package main
import (
"fmt"
"path/filepath"
+2 -2
View File
@@ -1,7 +1,7 @@
package main
// +build windows
package main
import (
"syscall"
)