I wrote a program with golang, and go build in one machine.Then i copy the generated program to another machine which have no golang installed.But I found the program works well on another machine, So i want to know the golang enviromentis just needed when build the program, after the program built, it can run any where (even without golang enviroment)?