| commit | c5126d9fe448964ad4f6dba44c33b483dc2a8ee3 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Sat Mar 21 16:39:56 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Sat Mar 21 16:39:56 2020 +0400 |
| tree | b53d646efa7ce25ec6f24547a8ccc73b6c48c080 | |
| parent | 7be17df1a4f6dd48a7720dcf3feabf4d48f4b3f5 [diff] [blame] |
group imports
diff --git a/chunk/server_test.go b/chunk/server_test.go index 1a808d3..f57a925 100644 --- a/chunk/server_test.go +++ b/chunk/server_test.go
@@ -1,10 +1,12 @@ package chunk -import "context" -import "bytes" -import "testing" +import ( + "bytes" + "context" + "testing" -import "pcloud/api" + "pcloud/api" +) func TestStoreChunk(t *testing.T) { s := ChunkServer{factory: &InMemoryChunkFactory{}}