github.com/phsym/gomarkdoc@v0.5.4/testData/embed/embed.go (about)

     1  // Package embed tests out embedding of documentation in an
     2  // existing readme.
     3  package embed
     4  
     5  // EmbeddedFunc is present in embedded content.
     6  func EmbeddedFunc(param int) int {
     7  	return param
     8  }