github.com/rmarku/gomarkdoc@v0.0.0-20230517164305-78688ebe4325/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 }