*: fix Neo and NeoGo misuses

This commit is contained in:
Anna Shaleva 2022-12-07 16:51:03 +03:00
parent c4d519f549
commit 82221b0ca7
21 changed files with 37 additions and 37 deletions

View file

@ -197,7 +197,7 @@ func getBuildInfo(name string, src interface{}) (*buildInfo, error) {
}, nil
}
// Compile compiles a Go program into a bytecode that can run on the NEO virtual machine.
// Compile compiles a Go program into a bytecode that can run on the Neo virtual machine.
// If `r != nil`, `name` is interpreted as a filename, and `r` as file contents.
// Otherwise `name` is either a file name or a name of the directory containing source files.
func Compile(name string, r io.Reader) ([]byte, error) {