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