mirror of
https://github.com/golang/go
synced 2024-11-22 00:14:42 -07:00
spec: add forward links from 'method set' to where it gets used
Fixes #1797. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5645058
This commit is contained in:
parent
d0dc68901a
commit
fd2a511253
@ -1,6 +1,6 @@
|
||||
<!--{
|
||||
"Title": "The Go Programming Language Specification",
|
||||
"Subtitle": "Version of February 6, 2012"
|
||||
"Subtitle": "Version of February 8, 2012"
|
||||
}-->
|
||||
|
||||
<!--
|
||||
@ -665,6 +665,12 @@ Any other type has an empty method set.
|
||||
In a method set, each method must have a unique name.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The method set of a type determines the interfaces that the
|
||||
type <a href="#Interface_types">implements</a>
|
||||
and the methods that can be <a href="#Calls">called</a>
|
||||
using a receiver of that type.
|
||||
</p>
|
||||
|
||||
<h3 id="Boolean_types">Boolean types</h3>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user