Skip to main content

介绍

  • Strong and statically typed
  • Excellent community
  • Key freatures
    • Simplicity
    • Fast compile times
    • Garbage collected
    • Built-in concurrency
    • Compile to standalone binaries

Go code generally runs faster than interpreted languages(Python, JJ, Ruby, PHP) and compiles faters than other compiled languages like (Rust, C, C++, GO).

安装

MacOS

brew install go
# check installation of golang
go version

Resources