Skip to content

Instantly share code, notes, and snippets.

View ShikharVj's full-sized avatar

Shikhar Vijayvergiya ShikharVj

  • Bhopal, M.P., India
View GitHub Profile
@ShikharVj
ShikharVj / Go overview.md
Created January 22, 2023 15:55 — forked from BrianWill/Go overview.md
Go language overview for experienced programmers

The Go language for experienced programmers

Why use Go?

  • Like C, but with garbage collection, memory safety, and special mechanisms for concurrency
  • Pointers but no pointer arithmetic
  • No header files
  • Simple, clean syntax
  • Very fast native compilation (about as quick to edit code and restart as a dynamic language)
  • Easy-to-distribute executables