This website requires JavaScript.
Explore
Help
Sign In
interesting
/
blockchain_go
mirror of
https://github.com/Jeiwan/blockchain_go.git
Watch
1
Star
0
Fork
You've already forked blockchain_go
0
Code
Issues
Projects
Releases
Wiki
Activity
5b46248ff2
blockchain_go
/
main.go
10 lines
102 B
Go
Raw
Blame
History
package
main
func
main
(
)
{
bc
:=
NewBlockchain
(
)
defer
bc
.
db
.
Close
(
)
cli
:=
CLI
{
bc
}
cli
.
Run
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink