go doc os
should show Open under type File. It did in Go 1.10 but no longer does.
The recent CL that makes constructors have only one result is too aggressive.
Probably it should allow any number of additional results as long as they are not
types from the current package.
go doc os
should show Open under type File. It did in Go 1.10 but no longer does.
The recent CL that makes constructors have only one result is too aggressive.
Probably it should allow any number of additional results as long as they are not
types from the current package.
/cc @griesemer @agnivade
The text was updated successfully, but these errors were encountered: