package
0.0.0-20211110095755-b5285df4c5ce
Repository: https://github.com/donnol/demo.git
Documentation: pkg.go.dev

# README

这是一个区块链的简单 Go 实现

usage

git clone xxx
dep ensure
go test

From gitbook

# Variables

Blockchain 区块链.

# Structs

Block 块.
Message 消息.