From ce42a6f23d9fd50ddf2e66a68e6ec57cad80c018 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 29 Nov 2015 21:55:20 +0100 Subject: Run go fmt --- integration_tests/example_filesystems_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration_tests') diff --git a/integration_tests/example_filesystems_test.go b/integration_tests/example_filesystems_test.go index 6f1574a..c74e383 100644 --- a/integration_tests/example_filesystems_test.go +++ b/integration_tests/example_filesystems_test.go @@ -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" ) -- cgit v1.2.3