Browsing tag

golang

How to Install Go Lang on Ubuntu 22.04 / Ubuntu 20.04

Go is an open-source programming language designed by Google’s engineers, Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically typed, compiled programming language primarily intended to be modern. Go’s major features are: memory safety without a garbage collector, deadlock freedom, concurrency without data races, and coordination avoidance. Here, we will see how to […]

How to Install GoLang on Fedora 36 / Fedora 35

GoLang is an open-source programming language developed at Google by its engineers in 2009. Go language is similar to C, but with garbage collection, memory safety, and structural typing. It is most widely used for microservices these days. Here, we will see how to install GoLang on Fedora 36 / Fedora 35. Install GoLang On […]

How To Install Go Lang on Debian 11 / Debian 10

Go is a programming language designed by Google engineers Robert Griesemer, Rob Pike, and Ken Thompson. It is primarily intended to be a modern language: it doesn’t have constructs that make you remember your past (like C’s structs) or are inspired by other languages (like Python’s list comprehensions). Go’s major features are: memory safety without […]

How To Install Go Lang on CentOS 8/7 & RHEL 8/7

Go Lang is an open-source programming language developed by a team of Google engineers in 2007. Go language was designed to resolve the common criticisms of other languages while maintaining their positive characteristics and most widely used for writing servers these days. Most notable projects using Go language are, Docker, a set of tools for […]