[go-nuts] How Build New Golang Console App in a Main Go App?

2017-03-04 Thread Florin Pățan
You cannot build a Go application without the Go compiler. You can try to find a way to bundle it in your application but that would be very complex. If you'd liked to describe why do you need this functionality maybe a different solution can be found. -- You received this message because you a

[go-nuts] How Build New Golang Console App in a Main Go App?

2017-03-03 Thread erfangnulinux
Hello,Go Team. 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`. may compiler without go com