LevelDBDumper icon indicating copy to clipboard operation
LevelDBDumper copied to clipboard

Make it installable with a single go install line

Open cirosantilli opened this issue 2 years ago • 0 comments

Not sure how Go does things, but it would be great to have a one liner go install-like thing that gets you the latest release along:

go install github.com/mdawsonuk/LevelDBDumper@latest

That attempt fails with:

go: github.com/mdawsonuk/LevelDBDumper@latest: module github.com/mdawsonuk/LevelDBDumper@latest found (v2.0.2+incompatible), but does not contain package github.com/mdawsonuk/LevelDBDumper

as of e750a27ff58443ecc410b5c16abbdc539d617387

cirosantilli avatar Feb 13 '24 21:02 cirosantilli