quorum/ethdb
Felix Lange c161d73d42 common: drop accessors for Value.Val
I don't see why we would need two different accessors for a public field.
2015-03-20 14:00:26 +01:00
..
.gitignore
README.md
database.go
database_test.go
memory_database.go common: drop accessors for Value.Val 2015-03-20 14:00:26 +01:00

README.md

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)