This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
d895f83136
go-ethereum
/
database_test.go
8 lines
48 B
Go
Raw
Normal View
History
Unescape
Escape
Added sample server, genesis block, and database interface
2013-12-29 16:54:50 -06:00
package
main
import
(
Split up db and trie and added interface
2013-12-29 18:09:57 -06:00
_
"testing"
Added sample server, genesis block, and database interface
2013-12-29 16:54:50 -06:00
_
"fmt"
)