Go Programming Language

Go is a compiled language developed by Robert Griesemer, Rob Pike, and Ken Thompson at Google. It is primarily used in cloud-native and web development projects. Some of the popular projects created with Go Docker: Container Engine Kubernetes: Container Orchestrator Hugo: Static Site Generator (Also used to generate this blog) Helm: Package manager for Kubernetes Packages A Package abstraction is created in Go to group functions that are related to each other or associated with a specific task....

June 21, 2023 · 17 min · Avnish