Skip to content

Latest commit

History

History
17 lines (13 loc) 路 752 Bytes

File metadata and controls

17 lines (13 loc) 路 752 Bytes

Go

  • Description - Go is a statically typed, compiled programming language designed at Google.It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang because of its former domain name, golang.org, but its proper name is Go.
  • Creator - Robert Griesemer, Rob Pike, and Ken Thompson.
  • Release Date - 2012
  • Links - Official Website , Github Repo
  • Applications
    • Cloud and Network Services
    • Command-line interfaces
    • Web Development
    • Development Operations & Site Reliability Engineering

Package Managers

Tutorials