feat: support yaegi in go playground

This commit is contained in:
Ludovic Fernandez
2019-07-24 17:52:03 -07:00
committed by Traefiker Bot
parent 8ace2eb6e6
commit aa98e2c2a9
3 changed files with 5 additions and 14 deletions

View File

@@ -16,4 +16,7 @@ cmd/goexports/goexports: cmd/goexports/goexports.go
generate: gen_all_syscall
go generate
tests:
GO111MODULE=off go test -v ./...
.PHONY: check gen_all_syscall gen_tests