In a common project structure there are folders like:
/cmd
/internal
/pkg
however when executing godoc
No documentation is created for the packages within the internal folder: internal is missing between cmd and pkg
Problem is: there are functions within the package and they need to be documented even for internal usage. Is there any way?