You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: