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
ff408351a2
blockchain_go
/
main.go
7 lines
55 B
Go
Raw
Normal View
History
Unescape
Escape
Init
2017-08-15 02:05:02 -05:00
package
main
func
main
(
)
{
Implement 'createblockchain' command
2017-09-02 23:17:10 -05:00
cli
:=
CLI
{
}
Rework the CLI using 'flag'
2017-08-29 00:09:47 -05:00
cli
.
Run
(
)
Init
2017-08-15 02:05:02 -05:00
}