I have some doubts, I am developing a go web program on ubuntu, but my server is centos7
When the development is completed, I need to publish it to my centos server. Can I package it directly on ubuntu, and then upload the executable file to the server to run, or do I need to upload the source code to the server, and then run it after installing golang on the server
This is a question I'm having on how to publish a go web program to a server, so no code, sorry