How Build New Golang Console App in a Main Go App? mean on a system without go compilers with main app.
example :
$go build main.go//this is main app (i dont know how make this!)
./main file.go
and after this , build file.go
and save as file
. also can change OS,ARCH
in main.go..
how can make this?
If you don't have go on your system, you can use docker to build image with your program and run it in container