Closed shishir-a412ed closed 4 years ago
This change export GOOS=linux will make sure, that the target for compilation is Linux even if someone is developing on a mac. This will allow developers to develop both on Mac and Linux.
export GOOS=linux
Linux
This change
export GOOS=linux
will make sure, that the target for compilation isLinux
even if someone is developing on a mac. This will allow developers to develop both on Mac and Linux.