Fix build.go on Windows

This commit is contained in:
Audrius Butkevicius 2014-08-23 21:19:29 +01:00
parent 9f84c1c448
commit 3a01eaa4a6
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ func runPipe(file, cmd string, args ...string) {
if err != nil {
log.Fatal(err)
}
fd.Close()
}
type archiveFile struct {