github.com/anthonyme00/gomarkdoc@v1.0.0/testData/nested/inner/child.go (about)

     1  package inner
     2  
     3  // Child is in the child package.
     4  func Child() int {
     5  	return 234
     6  }