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
Overlapping interfaces is a new language feature proposed for Go 1.14, so it shouldn't work with Go 1.13 code and earlier that builds using -lang=go1.13. (See also #34151.)
Overlapping interfaces is a new language feature proposed for Go 1.14, so it shouldn't work with Go 1.13 code and earlier that builds using -lang=go1.13. (See also #34151.)