diskv s.storage.ReadString undefined #37

Open
opened 2021-02-20 15:28:04 +00:00 by devchunk · 3 comments
devchunk commented 2021-02-20 15:28:04 +00:00 (Migrated from github.com)

When I try

go get -u github.com/mkabilov/pg2ch

I will got:

# github.com/mkabilov/pg2ch/pkg/utils/kvstorage
root/go/pkg/mod/github.com/mkabilov/pg2ch@v1.0.0/pkg/utils/kvstorage/diskv.go:52:41: s.storage.ReadString undefined (type *diskv.Diskv has no field or method ReadString)
root/go/pkg/mod/github.com/mkabilov/pg2ch@v1.0.0/pkg/utils/kvstorage/diskv.go:60:18: s.storage.WriteString undefined (type *diskv.Diskv has no field or method WriteString)
When I try ``` go get -u github.com/mkabilov/pg2ch ``` I will got: ``` # github.com/mkabilov/pg2ch/pkg/utils/kvstorage root/go/pkg/mod/github.com/mkabilov/pg2ch@v1.0.0/pkg/utils/kvstorage/diskv.go:52:41: s.storage.ReadString undefined (type *diskv.Diskv has no field or method ReadString) root/go/pkg/mod/github.com/mkabilov/pg2ch@v1.0.0/pkg/utils/kvstorage/diskv.go:60:18: s.storage.WriteString undefined (type *diskv.Diskv has no field or method WriteString) ```
mkabilov commented 2021-02-21 20:53:21 +00:00 (Migrated from github.com)

this issue should be fixed by this https://github.com/mkabilov/pg2ch/pull/36 PR

this issue should be fixed by this https://github.com/mkabilov/pg2ch/pull/36 PR
ghost commented 2021-05-06 14:56:50 +00:00 (Migrated from github.com)

Hey! I'm trying to install it in docker and I'm getting the same error. Any ETA for merging the PR?
Thanks!

Hey! I'm trying to install it in docker and I'm getting the same error. Any ETA for merging the PR? Thanks!
HardRock4Life commented 2021-09-24 14:35:50 +00:00 (Migrated from github.com)

image

I still get this error...

![image](https://user-images.githubusercontent.com/21273349/134692727-7e9cb168-d81e-4358-8dcd-67fc6725ce70.png) I still get this error...
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
murat/pg2ch#37
No description provided.