Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update Effective Go with 1.14 language changes #37560

Closed
fcornelius opened this issue Feb 28, 2020 · 1 comment · Fixed by sthagen/golang-go#178
Closed

doc: update Effective Go with 1.14 language changes #37560

fcornelius opened this issue Feb 28, 2020 · 1 comment · Fixed by sthagen/golang-go#178
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge

Comments

@fcornelius
Copy link
Contributor

In the doc of Effective Go it still states that embedded interfaces must provide disjoint sets of methods which has been changed with Go 1.14 and is no longer true.

go/doc/effective_go.html

Lines 2698 to 2699 in 2cf3eba

does; it is a union of the embedded interfaces (which must be disjoint
sets of methods).

@gopherbot gopherbot added the Documentation Issues describing a change to documentation. label Feb 28, 2020
fcornelius added a commit to fcornelius/go that referenced this issue Feb 28, 2020
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/221429 mentions this issue: doc: update Effective Go with 1.14 language changes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge
Projects
None yet
2 participants