implement a block decoding system
To register a new block decoder: 1. Define a function conforming to the `DecodeBlockFunc` type signature. 2. Add it to the `DefaultBlockDecoder` map from a your package's `init` function.
Showing
coding.go
0 → 100644
Please register or sign in to comment