docs: improve go doc comments for vm package

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2023-10-19 11:54:12 +03:00
parent 98a73795c7
commit e010b2da9d
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Code generated by go generate; DO NOT EDIT.
package vm
// Code generated by go generate; DO NOT EDIT.
const (
opAdd = 1
opAddp = 2