mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 13:04:25 -04:00
docs: improve go doc comments for vm package
This commit is contained in:
parent
98a73795c7
commit
e010b2da9d
@ -21,9 +21,9 @@ func main() {
|
||||
outputFile, err := os.Create("opcodes.go")
|
||||
check(err)
|
||||
defer outputFile.Close()
|
||||
fmt.Fprintln(outputFile, "// Code generated by go generate; DO NOT EDIT.")
|
||||
fmt.Fprintln(outputFile, "package vm")
|
||||
fmt.Fprintln(outputFile, "")
|
||||
fmt.Fprintln(outputFile, "// Code generated by go generate; DO NOT EDIT.")
|
||||
fmt.Fprintln(outputFile, "const (")
|
||||
features := vm.AllFeatures{}
|
||||
max := 0
|
||||
|
Reference in New Issue
Block a user