Run go fmt

This commit is contained in:
Jakob Unterwurzacher 2015-11-29 21:55:20 +01:00
parent 20b058a333
commit ce42a6f23d
5 changed files with 16 additions and 16 deletions

View File

@ -3,9 +3,9 @@ package integration_tests
// Mount example filesystems and check that the file "status.txt" is there
import (
"path/filepath"
"io/ioutil"
"os"
"path/filepath"
"testing"
)