Go Programming Languages - Extra Settings
Go Programming Languages - Goroutines
Go Programming Languages - Functional Programming
Go Programming Languages - OOP
Go Programming Languages - Fundamentals

Go Programming Languages - Fundamentals

Go programming language is a grammar-sensitive language, meaning that the language attached great importance on grammar. Go supports gabbage collection. Go does not support inheritance and overloading, but supports interface. Go supports concurrency. Go does not support casting. Go does not support _assert (third-party packages available)_, Go does not support static variable.
Read more