github.com/phsym/gomarkdoc@v0.5.4/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 }