diff options
author | Jakob Unterwurzacher | 2015-11-29 21:55:20 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-29 21:55:20 +0100 |
commit | ce42a6f23d9fd50ddf2e66a68e6ec57cad80c018 (patch) | |
tree | e5ca3e87688171785738350f541966fdacab9470 /integration_tests/example_filesystems_test.go | |
parent | 20b058a33335f48812864513cc13ea0a276aaaa3 (diff) |
Run go fmt
Diffstat (limited to 'integration_tests/example_filesystems_test.go')
-rw-r--r-- | integration_tests/example_filesystems_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |