| commit | d2a029dfe4713ad6ae7c79dba46444f244ec09a2 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Wed Mar 25 23:06:08 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Wed Mar 25 23:06:08 2020 +0400 |
| tree | 4fc44d9af91a7f9d71ee522a3e2cc78d41e2ce5b | |
| parent | 36d9af9ea7b898270a4ce5711dff9bbb1d802875 [diff] [blame] |
update import paths: github.com/giolekva/pcloud
diff --git a/chunk/server_test.go b/chunk/server_test.go index 2c6fb83..99a6427 100644 --- a/chunk/server_test.go +++ b/chunk/server_test.go
@@ -5,7 +5,7 @@ "context" "testing" - "pcloud/api" + "github.com/giolekva/pcloud/api" ) func TestStoreChunk(t *testing.T) {