File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ which provides access to all the named entities or
274274[ _ objects_ ] ( #objects ) declared at package level.
275275` Imports ` returns the set of packages directly imported by this
276276one, and may be useful for computing dependencies
277- ([ Initialization Order] ( #initialization_order ) ).
277+ ([ Initialization Order] ( #initialization-order ) ).
278278
279279
280280
@@ -1275,7 +1275,7 @@ methods associated with this `Named` type (or a pointer to it),
12751275in the order they were declared.
12761276However, due to the subtleties of anonymous fields and the difference
12771277between value and pointer receivers, a named type may have more or fewer
1278- methods than this list. We'll return to this in [ Method Sets] ( #method_sets ) .
1278+ methods than this list. We'll return to this in [ Method Sets] ( #method-sets ) .
12791279
12801280
12811281
@@ -2507,7 +2507,7 @@ mapping between declarations and objects.
25072507
25082508To map ** from an ` ast.Ident ` to the ` Object ` ** it refers to (or
25092509declares), consult the ` Uses ` or ` Defs ` map for the
2510- package, as shown in [ Identifier Resolution] ( #identifier_resolution ) .
2510+ package, as shown in [ Identifier Resolution] ( #identifier-resolution ) .
25112511
25122512
25132513
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ which provides access to all the named entities or
191191[ _ objects_ ] ( #objects ) declared at package level.
192192` Imports ` returns the set of packages directly imported by this
193193one, and may be useful for computing dependencies
194- ([ Initialization Order] ( #initialization_order ) ).
194+ ([ Initialization Order] ( #initialization-order ) ).
195195
196196
197197
@@ -1094,7 +1094,7 @@ methods associated with this `Named` type (or a pointer to it),
10941094in the order they were declared.
10951095However, due to the subtleties of anonymous fields and the difference
10961096between value and pointer receivers, a named type may have more or fewer
1097- methods than this list. We'll return to this in [ Method Sets] ( #method_sets ) .
1097+ methods than this list. We'll return to this in [ Method Sets] ( #method-sets ) .
10981098
10991099
11001100
@@ -2012,7 +2012,7 @@ mapping between declarations and objects.
20122012
20132013To map ** from an ` ast.Ident ` to the ` Object ` ** it refers to (or
20142014declares), consult the ` Uses ` or ` Defs ` map for the
2015- package, as shown in [ Identifier Resolution] ( #identifier_resolution ) .
2015+ package, as shown in [ Identifier Resolution] ( #identifier-resolution ) .
20162016
20172017
20182018
You can’t perform that action at this time.
0 commit comments