github.com/dkischenko/gomarkdoc@v0.0.0-20230516135336-e40deae8a495/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  }