diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-07 11:08:16 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-07-07 20:12:45 +0800 |
commit | bdae4fd573dbc163bab3d0e2d1a5c457892037cd (patch) | |
tree | 65e1cc5163924ea26c1813519ed99ef95cc31254 /trie | |
parent | e813626ee1d5d7397c2a8e670ab8c372df921bbb (diff) | |
download | go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.gz go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.bz2 go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.lz go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.xz go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.tar.zst go-tangerine-bdae4fd573dbc163bab3d0e2d1a5c457892037cd.zip |
all: add some godoc synopsis comments
Diffstat (limited to 'trie')
-rw-r--r-- | trie/trie.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trie/trie.go b/trie/trie.go index 8028cc5f8..30c2569fa 100644 --- a/trie/trie.go +++ b/trie/trie.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// Package trie implements Merkle Patricia Tries. package trie import ( |