Go言語仕様ポータル
spec本体 https://golang.org/ref/spec
proposal
type parameters
索引
重要度S
defined type
assignability(代入可能性)
method set
重要度?
untyped constant(型付けなし定数)
method set
promotion
predeclared identifiers(事前宣言された識別子)
primary expressions(原始式)
仕様書の目次
Introduction
Notation
Source code representation
Lexical elements
Constants
Variables
Types
Properties of types and values
Blocks
Declarations and scope
Expressions
Statements
Built-in functions
Packages
Program initialization and execution
Errors
Run-time panics
System considerations
仕様書の目次(Detailed)
Introduction
Notation
Source code representation
Lexical elements
Constants
Variables
Types
Properties of types and values
Blocks
Declarations and scope
Expressions
Operands
Qualified identifiers
Composite literals
Function literals
Primary expressions
Selectors
Method expressions
Method values
Index expressions
Slice expressions
Type assertions
Calls
Passing arguments to ... parameters
Operators
Arithmetic operators
Comparison operators
Logical operators
Address operators
Receive operator
Conversions
Constant expressions
Order of evaluation
Statements
Terminating statements
Empty statements
Labeled statements
Expression statements
Built-in functions
Packages
Program initialization and execution
Errors
Run-time panics
System considerations