I have created a basic go rest webservice here. I tested it in my local linux box on go 1.2. The application works fine. But when I uploaded the same app in openshift and tried to run it after compilation in go 1.1 it fails to run as expected. It just exits from the main method and stops instead of listening to the port specified.
What is wrong with the go cartridge in openshift? Is it broken or am I missing something here?
I have created a basic go rest webservice here. I tested it in my local linux box on go 1.2. The application works fine. But when I uploaded the same app in openshift and tried to run it after compilation in go 1.1 it fails to run as expected. It just exits from the main method and stops instead of listening to the port specified.
What is wrong with the go cartridge in openshift? Is it broken or am I missing something here?