mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 14:25:19 +00:00
7 lines
200 B
Go
7 lines
200 B
Go
/*
|
|
Package factory provides generation code for common structs in Tendermint.
|
|
It is used primarily for the testing of internal components such as statesync,
|
|
consensus, blocksync etc..
|
|
*/
|
|
package test
|