mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-02 03:05:18 +00:00
7 lines
157 B
Go
7 lines
157 B
Go
/*
|
|
Package node is the main entry point, where the tendermint node
|
|
service is constructed and the implementation of that service is
|
|
defined.
|
|
*/
|
|
package node
|