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:
Roman Khimov 2024-11-07 18:05:31 +03:00
parent 24577d320d
commit 9cca702ac2

View file

@ -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
import (