We are using godoc
to our lib and we saw all the public method in the doc as expected.
My questions are:
If there is a way to remove from the doc public method without making them private? with some annotation maybe?
If I provide package and in the package there is more then one file and I want to expose in the doc only
fileA.go
and notC.go
,D.go
, etc, is it possible?