Jeiwan / blockchain_go

A simplified blockchain implementation in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined: CLI

ashaw1131 opened this issue · comments

go run main.go
# command-line-arguments
./main.go:4:9: undefined: CLI

for those others that may run into this issue

go mod init
go mod tidy
go build