*: add more package-specific documentation
For the most important packages at least.
This commit is contained in:
parent
c1b2a79cfe
commit
b56e028733
27 changed files with 129 additions and 1 deletions
7
pkg/core/interop/doc.go
Normal file
7
pkg/core/interop/doc.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
Package interop contains implementations of Neo interop functions.
|
||||
|
||||
This is not the package you use from smart contracts, refer to pkg/interop
|
||||
for that.
|
||||
*/
|
||||
package interop
|
Loading…
Add table
Add a link
Reference in a new issue