github.com/rmarku/gomarkdoc@v0.0.0-20230517164305-78688ebe4325/testData/nested/parent.go (about) 1 package nested 2 3 // Parent is in the parent package. 4 func Parent() int { 5 return 123 6 }