tinygo/loader
Ayke van Laethem af65c006e6 loader: fix testing a main package
This was broken because multiple packages in the program were named
'main', even one that was imported (by the generated main package).

This fixes tests for main packages.
2021-06-02 15:50:28 +02:00
..
errors.go main: match go test output 2021-05-06 20:04:16 +02:00
goroot.go Add support for net.IP 2021-05-20 13:46:19 +02:00
list.go loader: rewrite/refactor much of the code to use go list directly 2020-09-03 22:10:14 +02:00
loader.go loader: fix testing a main package 2021-06-02 15:50:28 +02:00
ssa.go compiler: refactor and add tests 2021-01-15 14:43:43 +01:00