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 Language is 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 {
Summary
status
not read
reprioritisations
last reprioritisation on
suggested re-reading day
started reading on
finished reading on
Details
Discussion
Do you want to join discussion? Click here to log in or create user.