From 59c9994a35f883023a5d7a0983fe1299b7faa50f Mon Sep 17 00:00:00 2001 From: tay3434 Date: Tue, 3 Sep 2024 13:04:11 -0400 Subject: [PATCH] Update glossary.md --- glossary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/glossary.md b/glossary.md index 52ff2a0..9ce0cb9 100644 --- a/glossary.md +++ b/glossary.md @@ -124,6 +124,7 @@ https://www.freecodecamp.org/news/what-is-php-the-php-programming-language-meani ## Golang +Google's GoLang, shortened as Go is an open-source programming language that was created in 2009. It is intended for efficient, concurrent, and scalable system programming with an emphasis on simplicity and usability. Go is a popular choice for building networked and distributed systems, web applications, and other types of software because it has strong typing, garbage collection, and syntax similar to C. ## SQL