| 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/in_memory_test.go b/chunk/in_memory_test.go index 04b8a09..7970d14 100644 --- a/chunk/in_memory_test.go +++ b/chunk/in_memory_test.go
@@ -1,7 +1,9 @@ package chunk -import "bytes" -import "testing" +import ( + "bytes" + "testing" +) func TestConcurrentReads(t *testing.T) { c := InMemoryChunkFactory{}.New()