Skip to content

Commit

Permalink
Fix go:generate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Nov 10, 2022
1 parent 4175464 commit d4bcbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package vm

//go:helpers sh -c "go run ./func_types > ./generated.go"
//go:generate sh -c "go run ./func_types > ./generated.go"

import (
"fmt"
Expand Down

0 comments on commit d4bcbad

Please sign in to comment.