• Home
  • About
    • Harshad Ranganathan photo

      Harshad Ranganathan

      Multi-Cloud ☁ | Kubernetes Certified

    • Learn More
    • Email
    • LinkedIn
    • Github
    • StackOverflow
  • Posts
    • All Posts
    • All Tags
  • Projects

Golang

12 Nov 2019

Reading time ~1 minute

Table Of Contents

  • Golang
  • References

Golang

Go is an open source project developed by a team at Google and many contributors from the open source community.

  • Golang is a compiled language.

  • Golang is cross-platform. Go compiler allows you to generate executable binaries for different operating systems.

  • Golang is strongly and statically typed.

  • Golang has garbage collector.

  • Go compiler’s error checking is able to detect variables that went unused, missing packages or imports necessary to run.

  • Built-in frameworks for testing and profiling.

  • Concurrency is an integral part of Go, supported by goroutines, channels and the select statement. Go’s toolchain has support to detect race conditions.

  • GoDoc helps to generate documentation with examples.

HarshadRanganathan

golang-learning

Introduction to Go using annotated example programs

  • 1
    Stars
  • 0
    Fork
Like the content ? 

References

https://golang.org/



golanggolang examplesgolang by examplegolang tutorialintroduction to golanglearning gogolang advantagesgo quickstartgolang basicsgolang githubwhy golang is greatwhy golang is popular Share Tweet +1