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