diff options
author | Jakob Unterwurzacher | 2015-11-27 22:20:01 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-27 22:20:01 +0100 |
commit | a04a92cdab11df43f072db685b8ade6c973f8995 (patch) | |
tree | 457b018abf5fa6be480b58ea95375a11fbc449af /integration_tests/main_test.go | |
parent | 6acd772cf908908e3b0d817a78e64f98faaa8b7b (diff) |
Run go fmt
Diffstat (limited to 'integration_tests/main_test.go')
-rw-r--r-- | integration_tests/main_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/main_test.go b/integration_tests/main_test.go index e46e2e4..f065c4a 100644 --- a/integration_tests/main_test.go +++ b/integration_tests/main_test.go @@ -3,7 +3,6 @@ package integration_tests // File reading, writing, modification, truncate import ( - "syscall" "bytes" "crypto/md5" "encoding/hex" @@ -13,6 +12,7 @@ import ( "os" "runtime" "sync" + "syscall" "testing" ) |