gofix go1rename

pull/4/head
jim teeuwen 2011-11-09 14:46:27 +01:00
parent 468e190b33
commit 470290002e
1 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@
package main package main
import ( import (
"path" "compress/gzip"
"fmt" "fmt"
"exec"
"io" "io"
"os" "os"
"compress/gzip" "os/exec"
"path"
) )
// If gofmt exists on the system, run it over the target file to // If gofmt exists on the system, run it over the target file to