Skip to content

Fix import paths in subpackages #51

Open
@epicfilemcnulty

Description

The repo was recently forked, but the import paths in subpackages files (store/consul/consul.go, store/redis/redis.go, etc) have not been updated and still point to docker/libkv. This lead to various compilation errors, for example:

# github.com/abronan/libkv/store/consul
/home/vlad/go/src/github.com/abronan/libkv/store/consul/consul.go:170:40: undefined: store.ReadOptions
/home/vlad/go/src/github.com/abronan/libkv/store/consul/consul.go:232:43: undefined: store.ReadOptions
/home/vlad/go/src/github.com/abronan/libkv/store/consul/consul.go:244:47: undefined: store.ReadOptions

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions