Issue
From http://code.google.com/p/leveldb/, it seems not explicit or easy to use LevelDB with Go.
But I really want to know how to use it in Go.
Could anyone give me a clue?
Solution
Use leveldb-go, ported by the Go Authors.
Answered By – Mostafa
Answer Checked By – David Marino (GoLangFix Volunteer)