github.com/phsym/gomarkdoc@v0.5.4/testData/nested/inner/README.md (about) 1 <!-- Code generated by gomarkdoc. DO NOT EDIT --> 2 3 # inner 4 5 ```go 6 import "github.com/phsym/gomarkdoc/testData/nested/inner" 7 ``` 8 9 ## Index 10 11 - [func Child() int](<#func-child>) 12 13 14 ## func [Child](<https://github.com/phsym/gomarkdoc/blob/master/testData/nested/inner/child.go#L4>) 15 16 ```go 17 func Child() int 18 ``` 19 20 Child is in the child package. 21 22 23 24 Generated by [gomarkdoc](<https://github.com/phsym/gomarkdoc>)