The issue is that the logic in the above commit classified Public as a constructor and hid it under private, thus displaying nothing. Instead, it should always display functions like this.
The text was updated successfully, but these errors were encountered:
Using go1.7rc2
a33e9cf caused a regression from Go1.6.
Consider the following package snippet:
Currently I see:
I expect to see:
The issue is that the logic in the above commit classified
Public
as a constructor and hid it under private, thus displaying nothing. Instead, it should always display functions like this.The text was updated successfully, but these errors were encountered: