dockerTools: format tarsum.go with gofmt
Nearly all Go code on this earth is formatted with gofmt, and it's somewhat surprising to find a Go file that isn't formatted accordingly.
This commit is contained in:
parent
5356154366
commit
23e9e33975
@ -1,11 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"tarsum"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"fmt"
|
||||
"os"
|
||||
"tarsum"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user