This is an old revision of the document!


Notes on Golangbot Golang tutorial series.

The primary focus of Golang is to make the development of highly available and scalable web apps simple and easy.

  • Concurrency
  • Compiled
  • Static linking
  • Linux based IDEs?
  • Debuggers?
  • Code analyzers?

Advantages of Go:

  • Simple syntax
  • Concurrency
  • Fast compilation
  • Static linking
  • Tooling
    • /usr/bin/gofmt (golang-bin package)
    • /usr/bin/golint (golint package)
    • go help vet
  • golangbot_tutorial.1566725500.txt.gz
  • Last modified: 2019/08/25 09:31
  • by rpjday