Files
tinygo/testdata/errors/importcycle/cycle.go
T
Ayke van Laethem a6602dc708 loader: handle go list errors inside TinyGo
Instead of exiting with an error, handle these errors internally.
This will enable a few improvements in the future.
2024-07-10 11:58:36 +02:00

4 lines
89 B
Go

package importcycle
import _ "github.com/tinygo-org/tinygo/testdata/errors/importcycle"