core: improve documentation a little

This commit is contained in:
Roman Khimov 2020-05-07 22:04:10 +03:00
parent 3db14b4699
commit 2e58a14978
2 changed files with 12 additions and 3 deletions

5
pkg/core/doc.go Normal file
View file

@ -0,0 +1,5 @@
/*
Package core implements Neo ledger functionality.
It's built around the Blockchain structure that maintains state of the ledger.
*/
package core