Skip to content

unused constant #7

Open
abzcoding opened this issue Feb 25, 2019 · 1 comment
Open

unused constant #7

abzcoding opened this issue Feb 25, 2019 · 1 comment

Comments

@abzcoding
Copy link

abzcoding commented Feb 25, 2019

redis/redis.go

Line 510 in b89a11f

hostmaster = "hostmaster"

const hostmaster is unused


redis/redis.go

Line 241 in b89a11f

r.Mbox = "hostmaster." + name

I think you've meant to use

r.Mbox = fmt.Sprintf("%s.%s",hostmaster, name)
@arthurkay
Copy link

Is there an actively maintained repo of this project, this one doesn't seem like its active.
And I have a few contributions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants