Why do you like goland? 1, can be compiled directly into machine code, do not rely on other libraries, glibc version has certain requirements, deployment is to throw a file up and done. 2, statically typed language, but with the feeling of dynamic language, statically typed language is that you can check out most of the hidden problems when compiling, the feeling of dynamic language is that there are a lot of packages to use, write up the efficiency is very high. This is the biggest feature o...