github.com/anthonyme00/gomarkdoc@v1.0.0/testData/nested/parent.go (about) 1 package nested 2 3 // Parent is in the parent package. 4 func Parent() int { 5 return 123 6 }