-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
good first issueThese are simple issues that can be picked up by new contributorsThese are simple issues that can be picked up by new contributorskind/enhancementSomething could be better.Something could be better.
Description
README.md > Getting Started > Installing
Instructs to use:
go get github.com/dgraph-io/badger/v2
Which gives:
package github.com/dgraph-io/badger/v2: cannot find package "github.com/dgraph-io/badger/v2"
And should probably just be:
go get github.com/dgraph-io/badger
It's my first minute visiting the project, so I'm not completely sure
(GO1.13.8 on Ubuntu 20.04 LTS kernel on MS - WSL2)
jmburges
Metadata
Metadata
Assignees
Labels
good first issueThese are simple issues that can be picked up by new contributorsThese are simple issues that can be picked up by new contributorskind/enhancementSomething could be better.Something could be better.