I am using go 1.5 and I am cross compiling as indicated here .
The problem is that when compiling a project, it overrides the binary file created by the last compilation. Moreover - I will never know which OS / ARCH executable that I am running has been compiled (in any case, these are not windows).
Is there a way to rename a file in a compilation command?
source share