chore: Move commands (#235)

* chore: move genop to internal.

* chore: move yaegi command.
This commit is contained in:
Ludovic Fernandez
2019-07-03 17:57:47 +02:00
committed by Marc Vertes
parent c991e09ca6
commit 470960aa93
5 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
package interp
//go:generate go run ../cmd/genop/genop.go
//go:generate go run ../internal/genop/genop.go
import (
"fmt"