*: fix Neo and NeoGo misuses
This commit is contained in:
parent
c4d519f549
commit
82221b0ca7
21 changed files with 37 additions and 37 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue