The syntax is compact and simple to parse, allowing for easy analysis
by automatic tools such as integrated development environments.
If you want to change selection, open document below and click on "Move attachment"
The Go Programming Language Specification - The Go Programming Languageis strongly typed and garbage-collected and has explicit support for concurrent programming. Programs are constructed from packages, whose properties allow efficient management of dependencies. <span>The syntax is compact and simple to parse, allowing for easy analysis by automatic tools such as integrated development environments. Notation The syntax is specified using a variant of Extended Backus-Naur Form (EBNF): Syntax = { Production } . Production = production_name "=" [ Expression ] "." . Expression = Term {