Cookies management by TermsFeed Cookie Consent

syntax

Learn the basics of Go syntax by example

❤️‍🩹 Recover function in Go

Learn what it is for and how to use the built-in recover() function
introduction syntax builtin

🦥 Ternary operator in Go

Learn how to substitute a ternary operator not available in Go
introduction syntax

➰ Foreach loop in Go

Learn how to construct the popular programming loop
introduction loop syntax