| 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.go b/chunk/server.go index 1e7b534..c262509 100644 --- a/chunk/server.go +++ b/chunk/server.go
@@ -7,7 +7,7 @@ "sync" - "pcloud/api" + "github.com/giolekva/pcloud/api" ) type ChunkServer struct {