github.com/phsym/gomarkdoc@v0.5.4/testData/nested/parent.go (about)

     1  package nested
     2  
     3  // Parent is in the parent package.
     4  func Parent() int {
     5  	return 123
     6  }