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

7
generate.go Normal file
View File

@@ -0,0 +1,7 @@
package yaegi
//go:generate go generate github.com/containous/yaegi/interp
//go:generate go generate github.com/containous/yaegi/cmd/goexports
//go:generate go generate github.com/containous/yaegi/stdlib
//go:generate go generate github.com/containous/yaegi/stdlib/syscall
//go:generate go generate github.com/containous/yaegi/stdlib/unsafe