What version of Go are you using (go version)?
$ go version :: 1.16
What operating system are you using?
:: Linux Mint
Issue
In terminal, execute below command throw error,
see attachment
go version)?$ go version :: 1.16
:: Linux Mint
In terminal, execute below command throw error,
see attachment
I figured out the solution,
github.com folder, drop folder badger and dgraph-io
go get github.com/dgraph-io/badgerThis command in the badger home page is not working go get github.com/dgraph-io/badger/v3. Above issue is happened after I go get badger again.