There was an error while loading. Please reload this page.
Nowadays, this works:
task go:run FILE=main.go go:run FILE=init.go
But this errors:
task FILE=main.go go:run
This issue is about making the latter work. Variables args given before any task would be considered global variables.