chore: Move commands (#235)
* chore: move genop to internal. * chore: move yaegi command.
This commit is contained in:
committed by
Marc Vertes
parent
c991e09ca6
commit
470960aa93
7
generate.go
Normal file
7
generate.go
Normal 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
|
||||
Reference in New Issue
Block a user