mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
emit: add some package doc
People use it more often than they should, discourage that a bit, it's rarely really needed. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
24577d320d
commit
9cca702ac2
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
/*
|
||||||
|
Package emit implements low-level functions for Neo VM script creation.
|
||||||
|
|
||||||
|
This package is not intended to be used by applications directly, see
|
||||||
|
smartcontract package for more convenient ways to create standard and
|
||||||
|
well-known scripts. Use this package only if you can't create the script
|
||||||
|
you need in any other way.
|
||||||
|
*/
|
||||||
package emit
|
package emit
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue