gofix go1rename
This commit is contained in:
parent
468e190b33
commit
470290002e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user