I use levigo by J. M. Hodges:
Wotks perfectly for me.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Now I am getting following error. Please help me.
go build ./...
# github.com/jmhodges/levigo/examples
src/github.com/jmhodges/levigo/examples/comparator_example.go:6:23: error: leveldb/c.h: No such file or directory
# github.com/jmhodges/levigo
src/github.com/jmhodges/levigo/batch.go:4:24: error: leveldb/c.h: No such file or directoryThanks
package leveldb
/*
#cgo CFLAGS: -I/root/Desktop/leveldb-master/include/leveldb
#cgo LDFLAGS: /root/Desktop/leveldb-master/libleveldb.a
#include <stdlib.h>
#include "c.h"